Home
last modified time | relevance | path

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

/linux/kernel/time/
A Dtimer.c152 #define LVL_CLK_SHIFT 3 macro
153 #define LVL_CLK_DIV (1UL << LVL_CLK_SHIFT)
155 #define LVL_SHIFT(n) ((n) * LVL_CLK_SHIFT)
163 #define LVL_START(n) ((LVL_SIZE - 1) << (((n) - 1) * LVL_CLK_SHIFT))
1494 clk >>= LVL_CLK_SHIFT; in collect_expired_timers()
1584 clk >>= LVL_CLK_SHIFT; in __next_timer_interrupt()

Completed in 6 milliseconds