Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/time/
Dtimer.c166 #define LVL_MASK (LVL_SIZE - 1) macro
494 return LVL_OFFS(lvl) + (expires & LVL_MASK); in calc_index()
519 idx = clk & LVL_MASK; in calc_wheel_index()
1466 idx = (clk & LVL_MASK) + i * LVL_SIZE; in __collect_expired_timers()
1514 int pos = next_pending_bucket(base, offset, clk & LVL_MASK); in __next_timer_interrupt()