Searched refs:LVL_SIZE (Results 1 – 1 of 1) sorted by relevance
165 #define LVL_START(n) ((LVL_SIZE - 1) << (((n) - 1) * LVL_CLK_SHIFT))169 #define LVL_SIZE (1UL << LVL_BITS) macro170 #define LVL_MASK (LVL_SIZE - 1)171 #define LVL_OFFS(n) ((n) * LVL_SIZE)188 #define WHEEL_SIZE (LVL_SIZE * LVL_DEPTH)1862 idx = (clk & LVL_MASK) + i * LVL_SIZE; in collect_expired_timers()1887 unsigned end = offset + LVL_SIZE; in next_pending_bucket()1894 return pos < start ? pos + LVL_SIZE - start : -1; in next_pending_bucket()1910 for (lvl = 0; lvl < LVL_DEPTH; lvl++, offset += LVL_SIZE) { in timer_recalc_next_expiry()