Home
last modified time | relevance | path

Searched defs:__ct (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/kernel/common/asm-generic/
Dcputime.h39 #define cputime_to_jiffies(__ct) (__ct) argument
46 #define cputime64_to_jiffies64(__ct) (__ct) argument
49 #define cputime_to_cputime64(__ct) ((u64) __ct) argument
50 #define cputime_to_msecs(__ct) jiffies_to_msecs(__ct) argument
56 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__val) argument
59 #define cputime_to_timeval(__ct,__val) jiffies_to_timeval(__ct,__val) argument
60 #define cputime_to_clock_t(__ct) jiffies_to_clock_t(__ct) argument
62 #define cputime64_to_clock_t(__ct) jiffies_64_to_clock_t(__ct) argument