Home | History | Annotate | Download | only in asm-generic

Lines Matching full:__ct

31 #define cputime_to_jiffies(__ct) (__ct)
39 #define cputime64_to_jiffies64(__ct) (__ct)
41 #define cputime_to_cputime64(__ct) ((u64) __ct)
43 #define cputime_to_msecs(__ct) jiffies_to_msecs(__ct)
50 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__val)
53 #define cputime_to_timeval(__ct,__val) jiffies_to_timeval(__ct,__val)
55 #define cputime_to_clock_t(__ct) jiffies_to_clock_t(__ct)
58 #define cputime64_to_clock_t(__ct) jiffies_64_to_clock_t(__ct)