Lines Matching full:__ct
20 #define cputime_to_jiffies(__ct) (__ct)
28 #define cputime64_to_jiffies64(__ct) (__ct)
30 #define cputime_to_cputime64(__ct) ((u64) __ct)
36 #define cputime_to_msecs(__ct) jiffies_to_msecs(__ct)
49 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__val)
55 #define cputime_to_timeval(__ct,__val) jiffies_to_timeval(__ct,__val)
60 #define cputime_to_clock_t(__ct) jiffies_to_clock_t(__ct)
66 #define cputime64_to_clock_t(__ct) jiffies_64_to_clock_t(__ct)