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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dcputime.h10 #define cputime_one_jiffy jiffies_to_cputime(1)
23 #define jiffies_to_cputime(__hz) (__hz) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dcputime.h33 #define cputime_one_jiffy jiffies_to_cputime(1)
54 #define jiffies_to_cputime(__jif) ((__jif) * (NSEC_PER_SEC / HZ)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dcputime.h45 #define cputime_one_jiffy jiffies_to_cputime(1)
62 #define jiffies_to_cputime(__hz) ((cputime_t)(__hz) * (4096000000ULL / HZ)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dcputime.h82 static inline cputime_t jiffies_to_cputime(const unsigned long jif) function
101 cputime_one_jiffy = jiffies_to_cputime(1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched.c3601 account_steal_time(jiffies_to_cputime(ticks));
3610 account_idle_time(jiffies_to_cputime(ticks));

Completed in 225 milliseconds