Lines Matching refs:__ct
9 #define cputime_to_jiffies(__ct) (__force unsigned long)(__ct) argument
10 #define cputime_to_scaled(__ct) (__ct) argument
15 #define cputime64_to_jiffies64(__ct) (__force u64)(__ct) argument
22 #define cputime_to_nsecs(__ct) \ argument
23 jiffies_to_nsecs(cputime_to_jiffies(__ct))
33 #define cputime_to_usecs(__ct) \ argument
34 jiffies_to_usecs(cputime_to_jiffies(__ct))
51 #define cputime_to_timespec(__ct,__val) \ argument
52 jiffies_to_timespec(cputime_to_jiffies(__ct),__val)
59 #define cputime_to_timeval(__ct,__val) \ argument
60 jiffies_to_timeval(cputime_to_jiffies(__ct),__val)
65 #define cputime_to_clock_t(__ct) \ argument
66 jiffies_to_clock_t(cputime_to_jiffies(__ct))
73 #define cputime64_to_clock_t(__ct) \ argument
74 jiffies_64_to_clock_t(cputime64_to_jiffies64(__ct))