Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dtimer.c156 #define LVL_SHIFT(n) ((n) * LVL_CLK_SHIFT) macro
157 #define LVL_GRAN(n) (1UL << LVL_SHIFT(n))
528 expires = (expires >> LVL_SHIFT(lvl)) + 1; in calc_index()
529 *bucket_expiry = expires << LVL_SHIFT(lvl); in calc_index()
1821 tmp <<= LVL_SHIFT(lvl); in __next_timer_interrupt()