Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dtimer.c155 #define LVL_SHIFT(n) ((n) * LVL_CLK_SHIFT) macro
156 #define LVL_GRAN(n) (1UL << LVL_SHIFT(n))
490 expires = (expires + LVL_GRAN(lvl)) >> LVL_SHIFT(lvl); in calc_index()
1431 tmp <<= LVL_SHIFT(lvl); in __next_timer_interrupt()