Home
last modified time | relevance | path

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

/development/ndk/platforms/android-3/include/asm-generic/
Dcputime.h31 #define cputime_to_jiffies(__ct) (__ct) argument
39 #define cputime64_to_jiffies64(__ct) (__ct) argument
41 #define cputime_to_cputime64(__ct) ((u64) __ct) argument
43 #define cputime_to_msecs(__ct) jiffies_to_msecs(__ct) argument
50 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__val) argument
53 #define cputime_to_timeval(__ct,__val) jiffies_to_timeval(__ct,__val) argument
55 #define cputime_to_clock_t(__ct) jiffies_to_clock_t(__ct) argument
58 #define cputime64_to_clock_t(__ct) jiffies_64_to_clock_t(__ct) argument