Searched refs:LVL_SIZE (Results 1 – 1 of 1) sorted by relevance
164 #define LVL_START(n) ((LVL_SIZE - 1) << (((n) - 1) * LVL_CLK_SHIFT))168 #define LVL_SIZE (1UL << LVL_BITS) macro169 #define LVL_MASK (LVL_SIZE - 1)170 #define LVL_OFFS(n) ((n) * LVL_SIZE)187 #define WHEEL_SIZE (LVL_SIZE * LVL_DEPTH)1536 idx = (clk & LVL_MASK) + i * LVL_SIZE; in collect_expired_timers()1561 unsigned end = offset + LVL_SIZE; in next_pending_bucket()1568 return pos < start ? pos + LVL_SIZE - start : -1; in next_pending_bucket()1582 for (lvl = 0; lvl < LVL_DEPTH; lvl++, offset += LVL_SIZE) { in __next_timer_interrupt()