LVL_MASK
idx = (clk & LVL_MASK) + i * LVL_SIZE;
int pos = next_pending_bucket(base, offset, clk & LVL_MASK);
return LVL_OFFS(lvl) + (expires & LVL_MASK);
idx = clk & LVL_MASK;