Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/kernel/
Dtime.c54 #define CLK_TICKS_PER_JIFFY ((unsigned long) USECS_PER_JIFFY << 12) macro
314 delta -= do_div(ticks, CLK_TICKS_PER_JIFFY); in adjust_time()
319 delta -= do_div(ticks, CLK_TICKS_PER_JIFFY); in adjust_time()