/linux-2.6.39/include/asm-generic/ |
D | cputime.h | 21 #define cputime_to_jiffies(__ct) (__ct) argument 22 #define cputime_to_scaled(__ct) (__ct) argument 30 #define cputime64_to_jiffies64(__ct) (__ct) argument 32 #define cputime_to_cputime64(__ct) ((u64) __ct) argument 35 #define nsecs_to_cputime64(__ct) nsecs_to_jiffies64(__ct) argument 41 #define cputime_to_usecs(__ct) jiffies_to_usecs(__ct); argument 54 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__val) argument 60 #define cputime_to_timeval(__ct,__val) jiffies_to_timeval(__ct,__val) argument 65 #define cputime_to_clock_t(__ct) jiffies_to_clock_t(__ct) argument 71 #define cputime64_to_clock_t(__ct) jiffies_64_to_clock_t(__ct) argument
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | cputime.h | 48 #define cputime_to_cputime64(__ct) (__ct) argument 53 #define cputime_to_jiffies(__ct) ((__ct) / (NSEC_PER_SEC / HZ)) argument 55 #define cputime64_to_jiffies64(__ct) ((__ct) / (NSEC_PER_SEC / HZ)) argument 61 #define cputime_to_usecs(__ct) ((__ct) / NSEC_PER_USEC) argument 67 #define cputime_to_secs(__ct) ((__ct) / NSEC_PER_SEC) argument 101 #define cputime_to_clock_t(__ct) ((__ct) / (NSEC_PER_SEC / USER_HZ)) argument 107 #define cputime64_to_clock_t(__ct) cputime_to_clock_t((cputime_t)__ct) argument
|
/linux-2.6.39/arch/xtensa/include/asm/ |
D | string.h | 63 static inline int strcmp(const char *__cs, const char *__ct) in strcmp() argument 78 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&r" (__dummy) in strcmp() 79 : "0" (__cs), "1" (__ct)); in strcmp() 85 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) in strncmp() argument 103 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&r" (__dummy) in strncmp() 104 : "0" (__cs), "1" (__ct), "r" (__cs+__n)); in strncmp()
|
/linux-2.6.39/arch/sh/include/asm/ |
D | string_32.h | 57 static inline int strcmp(const char *__cs, const char *__ct) in strcmp() argument 75 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) in strcmp() 76 : "0" (__cs), "1" (__ct) in strcmp() 83 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) in strncmp() argument 107 :"=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) in strncmp() 108 : "0" (__cs), "1" (__ct), "r" (__cs+__n) in strncmp()
|
/linux-2.6.39/arch/mips/include/asm/ |
D | string.h | 73 static __inline__ int strcmp(__const__ char *__cs, __const__ char *__ct) in strcmp() argument 94 : "=r" (__cs), "=r" (__ct), "=r" (__res) in strcmp() 95 : "0" (__cs), "1" (__ct)); in strcmp() 104 strncmp(__const__ char *__cs, __const__ char *__ct, size_t __count) in strncmp() argument 127 : "=r" (__cs), "=r" (__ct), "=r" (__count), "=r" (__res) in strncmp() 128 : "0" (__cs), "1" (__ct), "2" (__count)); in strncmp()
|
/linux-2.6.39/arch/s390/include/asm/ |
D | cputime.h | 60 #define cputime_to_jiffies(__ct) (__div((__ct), 4096000000ULL / HZ)) argument 61 #define cputime_to_scaled(__ct) (__ct) argument 66 #define cputime_to_cputime64(__ct) (__ct) argument
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | cputime.h | 50 #define cputime_to_cputime64(__ct) (__ct) argument
|