Home
last modified time | relevance | path

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

/linux-2.6.39/arch/m68k/hp300/
Dtime.c35 #define USECS_PER_JIFFY (1000000/HZ) macro
63 return (USECS_PER_JIFFY * ticks) / INTVAL; in hp300_gettimeoffset()
/linux-2.6.39/arch/arm/kernel/
Dtime.c52 #define USECS_PER_JIFFY (1000000/HZ) macro
/linux-2.6.39/arch/m32r/kernel/
Dtime.c56 #define USECS_PER_JIFFY (1000000/HZ) macro
/linux-2.6.39/arch/sparc/kernel/
Dpcic.c711 #define USECS_PER_JIFFY 10000 /* We have 100HZ "standard" timer for sparc */ macro
722 count = ((count/100)*USECS_PER_JIFFY) / (TICK_TIMER_LIMIT/100); in pci_gettimeoffset()
/linux-2.6.39/arch/s390/kernel/
Dtime.c54 #define USECS_PER_JIFFY ((unsigned long) 1000000/HZ) macro
55 #define CLK_TICKS_PER_JIFFY ((unsigned long) USECS_PER_JIFFY << 12)