Searched defs:__ct (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/asm-generic/ |
D | cputime_nsecs.h | 28 #define cputime_div(__ct, divisor) div_u64((__force u64)__ct, divisor) argument 29 #define cputime_div_rem(__ct, divisor, remainder) \ argument 35 #define cputime_to_jiffies(__ct) \ argument 37 #define cputime_to_scaled(__ct) (__ct) argument 40 #define cputime64_to_jiffies64(__ct) \ argument 49 #define cputime_to_nsecs(__ct) \ argument 58 #define cputime_to_usecs(__ct) \ argument 68 #define cputime_to_secs(__ct) \ argument 109 #define cputime_to_clock_t(__ct) \ argument 117 #define cputime64_to_clock_t(__ct) \ argument
|
D | cputime_jiffies.h | 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 33 #define cputime_to_usecs(__ct) \ argument 51 #define cputime_to_timespec(__ct,__val) \ argument 59 #define cputime_to_timeval(__ct,__val) \ argument 65 #define cputime_to_clock_t(__ct) \ argument 73 #define cputime64_to_clock_t(__ct) \ argument
|
/linux-4.4.14/arch/mips/include/asm/ |
D | string.h | 73 static __inline__ int strcmp(__const__ char *__cs, __const__ char *__ct) in strcmp() 104 strncmp(__const__ char *__cs, __const__ char *__ct, size_t __count) in strncmp()
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | string.h | 63 static inline int strcmp(const char *__cs, const char *__ct) in strcmp() 85 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) in strncmp()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | string_32.h | 57 static inline int strcmp(const char *__cs, const char *__ct) in strcmp() 83 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) in strncmp()
|
/linux-4.4.14/include/linux/ |
D | cputime.h | 7 # define cputime_to_nsecs(__ct) \ argument
|