Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/time/
Dtimer.c170 #define LVL_MASK (LVL_SIZE - 1) macro
581 return LVL_OFFS(lvl) + (expires & LVL_MASK); in calc_index()
607 idx = clk & LVL_MASK; in calc_wheel_index()
1862 idx = (clk & LVL_MASK) + i * LVL_SIZE; in collect_expired_timers()
1911 int pos = next_pending_bucket(base, offset, clk & LVL_MASK); in timer_recalc_next_expiry()