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

/linux-4.4.14/fs/proc/
H A Dstat.c121 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(user));
122 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(nice));
123 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(system));
124 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(idle));
125 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(iowait));
126 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(irq));
127 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(softirq));
128 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(steal));
129 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(guest));
130 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(guest_nice));
146 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(user)); for_each_online_cpu()
147 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(nice)); for_each_online_cpu()
148 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(system)); for_each_online_cpu()
149 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(idle)); for_each_online_cpu()
150 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(iowait)); for_each_online_cpu()
151 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(irq)); for_each_online_cpu()
152 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(softirq)); for_each_online_cpu()
153 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(steal)); for_each_online_cpu()
154 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(guest)); for_each_online_cpu()
155 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(guest_nice)); for_each_online_cpu()
/linux-4.4.14/include/asm-generic/
H A Dcputime_jiffies.h73 #define cputime64_to_clock_t(__ct) \ macro
H A Dcputime_nsecs.h117 #define cputime64_to_clock_t(__ct) \ macro
/linux-4.4.14/kernel/sched/
H A Dcpuacct.c196 val = cputime64_to_clock_t(val);
207 val = cputime64_to_clock_t(val);
/linux-4.4.14/arch/s390/include/asm/
H A Dcputime.h137 static inline clock_t cputime64_to_clock_t(cputime64_t cputime) cputime64_to_clock_t() function
/linux-4.4.14/arch/powerpc/include/asm/
H A Dcputime.h231 #define cputime64_to_clock_t(ct) cputime_to_clock_t((cputime_t)(ct)) macro

Completed in 61 milliseconds