Home
last modified time | relevance | path

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

/arch/m68k/hp300/
Dtime.c34 #define USECS_PER_JIFFY (1000000/HZ) macro
68 return ((USECS_PER_JIFFY * ticks) / INTVAL) * 1000; in hp300_gettimeoffset()
/arch/arm/kernel/
Dtime.c43 #define USECS_PER_JIFFY (1000000/HZ) macro
/arch/m32r/kernel/
Dtime.c56 #define USECS_PER_JIFFY (1000000/HZ) macro
/arch/sparc/kernel/
Dpcic.c686 #define USECS_PER_JIFFY (1000000 / HZ) macro
702 count = ((count / HZ) * USECS_PER_JIFFY) / (TICK_TIMER_LIMIT / HZ); in pcic_cycles_offset()
/arch/s390/kernel/
Dtime.c53 #define USECS_PER_JIFFY ((unsigned long) 1000000/HZ) macro
54 #define CLK_TICKS_PER_JIFFY ((unsigned long) USECS_PER_JIFFY << 12)