Home
last modified time | relevance | path

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

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