Home
last modified time | relevance | path

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

/linux-6.15/kernel/time/
H A Dtimer.c155 #define LVL_CLK_MASK (LVL_CLK_DIV - 1) macro
1865 if (clk & LVL_CLK_MASK) in collect_expired_timers()
1907 unsigned long lvl_clk = clk & LVL_CLK_MASK; in timer_recalc_next_expiry()
1920 if (pos <= ((LVL_CLK_DIV - lvl_clk) & LVL_CLK_MASK)) in timer_recalc_next_expiry()