Searched defs:cputime64_to_clock_t (Results 1 – 4 of 4) sorted by relevance
73 #define cputime64_to_clock_t(__ct) \ macro
117 #define cputime64_to_clock_t(__ct) \ macro
137 static inline clock_t cputime64_to_clock_t(cputime64_t cputime) in cputime64_to_clock_t() function
231 #define cputime64_to_clock_t(ct) cputime_to_clock_t((cputime_t)(ct)) macro