Searched refs:cputime_to_msecs (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtsacct.c66 stats->ac_utime = cputime_to_msecs(tsk->utime) * USEC_PER_MSEC;
67 stats->ac_stime = cputime_to_msecs(tsk->stime) * USEC_PER_MSEC;
69 cputime_to_msecs(tsk->utimescaled) * USEC_PER_MSEC;
71 cputime_to_msecs(tsk->stimescaled) * USEC_PER_MSEC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dcputime.h38 #define cputime_to_msecs(__ct) jiffies_to_msecs(__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.h61 #define cputime_to_msecs(__ct) ((__ct) / NSEC_PER_MSEC) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dcputime.h79 cputime_to_msecs(const cputime_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.h131 static inline unsigned long cputime_to_msecs(const cputime_t ct) function

Completed in 178 milliseconds