Searched refs:LVL_SIZE (Results 1 – 1 of 1) sorted by relevance
168 #define LVL_START(n) ((LVL_SIZE - 1) << (((n) - 1) * LVL_CLK_SHIFT))172 #define LVL_SIZE (1UL << LVL_BITS) macro173 #define LVL_MASK (LVL_SIZE - 1)174 #define LVL_OFFS(n) ((n) * LVL_SIZE)191 #define WHEEL_SIZE (LVL_SIZE * LVL_DEPTH)1482 idx = (clk & LVL_MASK) + i * LVL_SIZE; in collect_expired_timers()1507 unsigned end = offset + LVL_SIZE; in next_pending_bucket()1514 return pos < start ? pos + LVL_SIZE - start : -1; in next_pending_bucket()1528 for (lvl = 0; lvl < LVL_DEPTH; lvl++, offset += LVL_SIZE) { in __next_timer_interrupt()