Searched refs:cputime64_to_clock_t (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/proc/ |
D | stat.c | 121 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(user)); in show_stat() 122 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(nice)); in show_stat() 123 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(system)); in show_stat() 124 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(idle)); in show_stat() 125 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(iowait)); in show_stat() 126 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(irq)); in show_stat() 127 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(softirq)); in show_stat() 128 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(steal)); in show_stat() 129 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(guest)); in show_stat() 130 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(guest_nice)); in show_stat() [all …]
|
/linux-4.4.14/kernel/sched/ |
D | cpuacct.c | 196 val = cputime64_to_clock_t(val); in cpuacct_stats_show() 207 val = cputime64_to_clock_t(val); in cpuacct_stats_show()
|
/linux-4.4.14/include/asm-generic/ |
D | cputime_jiffies.h | 73 #define cputime64_to_clock_t(__ct) \ macro
|
D | cputime_nsecs.h | 117 #define cputime64_to_clock_t(__ct) \ macro
|
/linux-4.4.14/arch/s390/include/asm/ |
D | cputime.h | 137 static inline clock_t cputime64_to_clock_t(cputime64_t cputime) in cputime64_to_clock_t() function
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | cputime.h | 231 #define cputime64_to_clock_t(ct) cputime_to_clock_t((cputime_t)(ct)) macro
|