Searched refs:LVL_SIZE (Results 1 – 1 of 1) sorted by relevance
161 #define LVL_START(n) ((LVL_SIZE - 1) << (((n) - 1) * LVL_CLK_SHIFT))165 #define LVL_SIZE (1UL << LVL_BITS) macro166 #define LVL_MASK (LVL_SIZE - 1)167 #define LVL_OFFS(n) ((n) * LVL_SIZE)184 #define WHEEL_SIZE (LVL_SIZE * LVL_DEPTH)1466 idx = (clk & LVL_MASK) + i * LVL_SIZE; in __collect_expired_timers()1492 unsigned end = offset + LVL_SIZE; in next_pending_bucket()1499 return pos < start ? pos + LVL_SIZE - start : -1; in next_pending_bucket()1513 for (lvl = 0; lvl < LVL_DEPTH; lvl++, offset += LVL_SIZE) { in __next_timer_interrupt()