Home
last modified time | relevance | path

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

/linux-4.1.27/fs/proc/
Dstat.c121 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.1.27/kernel/sched/
Dcpuacct.c196 val = cputime64_to_clock_t(val); in cpuacct_stats_show()
207 val = cputime64_to_clock_t(val); in cpuacct_stats_show()
/linux-4.1.27/include/asm-generic/
Dcputime_jiffies.h73 #define cputime64_to_clock_t(__ct) \ macro
Dcputime_nsecs.h117 #define cputime64_to_clock_t(__ct) \ macro
/linux-4.1.27/arch/s390/include/asm/
Dcputime.h137 static inline clock_t cputime64_to_clock_t(cputime64_t cputime) in cputime64_to_clock_t() function
/linux-4.1.27/arch/powerpc/include/asm/
Dcputime.h231 #define cputime64_to_clock_t(ct) cputime_to_clock_t((cputime_t)(ct)) macro