LVL_SIZE          161 kernel/time/timer.c #define LVL_START(n)	((LVL_SIZE - 1) << (((n) - 1) * LVL_CLK_SHIFT))
LVL_SIZE          166 kernel/time/timer.c #define LVL_MASK	(LVL_SIZE - 1)
LVL_SIZE          167 kernel/time/timer.c #define LVL_OFFS(n)	((n) * LVL_SIZE)
LVL_SIZE          184 kernel/time/timer.c #define WHEEL_SIZE	(LVL_SIZE * LVL_DEPTH)
LVL_SIZE         1466 kernel/time/timer.c 		idx = (clk & LVL_MASK) + i * LVL_SIZE;
LVL_SIZE         1492 kernel/time/timer.c 	unsigned end = offset + LVL_SIZE;
LVL_SIZE         1499 kernel/time/timer.c 	return pos < start ? pos + LVL_SIZE - start : -1;
LVL_SIZE         1513 kernel/time/timer.c 	for (lvl = 0; lvl < LVL_DEPTH; lvl++, offset += LVL_SIZE) {