Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/kernel/
Dtime.c55 #define CLK_TICKS_PER_JIFFY ((unsigned long) USECS_PER_JIFFY << 12) macro
293 delta -= do_div(ticks, CLK_TICKS_PER_JIFFY); in adjust_time()
298 delta -= do_div(ticks, CLK_TICKS_PER_JIFFY); in adjust_time()