Searched refs:cputime_to_clock_t (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/include/asm/
H A Dcputime.h101 #define cputime_to_clock_t(__ct) ((__ct) / (NSEC_PER_SEC / USER_HZ)) macro
107 #define cputime64_to_clock_t(__ct) cputime_to_clock_t((cputime_t)__ct)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dcputime.h101 #define cputime_to_clock_t(__ct) ((__ct) / (NSEC_PER_SEC / USER_HZ)) macro
107 #define cputime64_to_clock_t(__ct) cputime_to_clock_t((cputime_t)__ct)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/asm-generic/
H A Dcputime.h62 #define cputime_to_clock_t(__ct) jiffies_to_clock_t(__ct) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/asm-generic/
H A Dcputime.h62 #define cputime_to_clock_t(__ct) jiffies_to_clock_t(__ct) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/proc/
H A Darray.c484 cputime_to_clock_t(utime),
485 cputime_to_clock_t(stime),
486 cputime_to_clock_t(cutime),
487 cputime_to_clock_t(cstime),
516 cputime_to_clock_t(gtime),
517 cputime_to_clock_t(cgtime));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/proc/
H A Darray.c484 cputime_to_clock_t(utime),
485 cputime_to_clock_t(stime),
486 cputime_to_clock_t(cutime),
487 cputime_to_clock_t(cstime),
516 cputime_to_clock_t(gtime),
517 cputime_to_clock_t(cgtime));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dcputime.h221 static inline unsigned long cputime_to_clock_t(const cputime_t ct) function
243 #define cputime64_to_clock_t(ct) cputime_to_clock_t((cputime_t)(ct))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dcputime.h221 static inline unsigned long cputime_to_clock_t(const cputime_t ct) function
243 #define cputime64_to_clock_t(ct) cputime_to_clock_t((cputime_t)(ct))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/include/asm/
H A Dcputime.h161 cputime_to_clock_t(cputime_t cputime) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/include/asm/
H A Dcputime.h161 cputime_to_clock_t(cputime_t cputime) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dsys.c893 tms->tms_utime = cputime_to_clock_t(tgutime);
894 tms->tms_stime = cputime_to_clock_t(tgstime);
895 tms->tms_cutime = cputime_to_clock_t(cutime);
896 tms->tms_cstime = cputime_to_clock_t(cstime);
H A Dsignal.c1477 info.si_utime = cputime_to_clock_t(cputime_add(tsk->utime,
1479 info.si_stime = cputime_to_clock_t(cputime_add(tsk->stime,
1548 info.si_utime = cputime_to_clock_t(tsk->utime);
1549 info.si_stime = cputime_to_clock_t(tsk->stime);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dsys.c893 tms->tms_utime = cputime_to_clock_t(tgutime);
894 tms->tms_stime = cputime_to_clock_t(tgstime);
895 tms->tms_cutime = cputime_to_clock_t(cutime);
896 tms->tms_cstime = cputime_to_clock_t(cstime);
H A Dsignal.c1477 info.si_utime = cputime_to_clock_t(cputime_add(tsk->utime,
1479 info.si_stime = cputime_to_clock_t(cputime_add(tsk->stime,
1548 info.si_utime = cputime_to_clock_t(tsk->utime);
1549 info.si_stime = cputime_to_clock_t(tsk->stime);

Completed in 188 milliseconds