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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/hp300/
H A Dtime.c35 #define USECS_PER_JIFFY (1000000/HZ) macro
63 return (USECS_PER_JIFFY * ticks) / INTVAL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dtime.c50 #define USECS_PER_JIFFY (1000000/HZ) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dtime.c56 #define USECS_PER_JIFFY (1000000/HZ) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dpcic.c665 #define USECS_PER_JIFFY 10000 /* We have 100HZ "standard" timer for sparc */ macro
676 count = ((count/100)*USECS_PER_JIFFY) / (TICK_TIMER_LIMIT/100);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dtime.c52 #define USECS_PER_JIFFY ((unsigned long) 1000000/HZ) macro
53 #define CLK_TICKS_PER_JIFFY ((unsigned long) USECS_PER_JIFFY << 12)

Completed in 81 milliseconds