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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dstat.c71 (unsigned long long)cputime64_to_clock_t(user),
72 (unsigned long long)cputime64_to_clock_t(nice),
73 (unsigned long long)cputime64_to_clock_t(system),
74 (unsigned long long)cputime64_to_clock_t(idle),
75 (unsigned long long)cputime64_to_clock_t(iowait),
76 (unsigned long long)cputime64_to_clock_t(irq),
77 (unsigned long long)cputime64_to_clock_t(softirq),
78 (unsigned long long)cputime64_to_clock_t(steal),
79 (unsigned long long)cputime64_to_clock_t(guest),
80 (unsigned long long)cputime64_to_clock_t(guest_nic
[all...]
H A Dproc_misc.c469 (unsigned long long)cputime64_to_clock_t(user),
470 (unsigned long long)cputime64_to_clock_t(nice),
471 (unsigned long long)cputime64_to_clock_t(system),
472 (unsigned long long)cputime64_to_clock_t(idle),
473 (unsigned long long)cputime64_to_clock_t(iowait),
474 (unsigned long long)cputime64_to_clock_t(irq),
475 (unsigned long long)cputime64_to_clock_t(softirq),
476 (unsigned long long)cputime64_to_clock_t(steal));
489 (unsigned long long)cputime64_to_clock_t(user),
490 (unsigned long long)cputime64_to_clock_t(nic
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dcputime.h68 #define cputime64_to_clock_t(__ct) jiffies_64_to_clock_t(__ct) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dcputime.h107 #define cputime64_to_clock_t(__ct) cputime_to_clock_t((cputime_t)__ct) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dcputime.h176 cputime64_to_clock_t(cputime64_t cputime) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dcputime.h243 #define cputime64_to_clock_t(ct) cputime_to_clock_t((cputime_t)(ct)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cpufreq/
H A Dcpufreq_stats.c91 cputime64_to_clock_t(stat->time_in_state[i]));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched.c9181 val = cputime64_to_clock_t(val);

Completed in 194 milliseconds