Searched refs:LVL_SIZE (Results 1 – 1 of 1) sorted by relevance
162 #define LVL_START(n) ((LVL_SIZE - 1) << (((n) - 1) * LVL_CLK_SHIFT))166 #define LVL_SIZE (1UL << LVL_BITS) macro167 #define LVL_MASK (LVL_SIZE - 1)168 #define LVL_OFFS(n) ((n) * LVL_SIZE)185 #define WHEEL_SIZE (LVL_SIZE * LVL_DEPTH)1378 idx = (clk & LVL_MASK) + i * LVL_SIZE; in __collect_expired_timers()1404 unsigned end = offset + LVL_SIZE; in next_pending_bucket()1411 return pos < start ? pos + LVL_SIZE - start : -1; in next_pending_bucket()1425 for (lvl = 0; lvl < LVL_DEPTH; lvl++, offset += LVL_SIZE) { in __next_timer_interrupt()