Home
last modified time | relevance | path

Searched refs:LVL_START (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/kernel/time/
Dtimer.c165 #define LVL_START(n) ((LVL_SIZE - 1) << (((n) - 1) * LVL_CLK_SHIFT)) macro
181 #define WHEEL_TIMEOUT_CUTOFF (LVL_START(LVL_DEPTH))
590 if (delta < LVL_START(1)) { in calc_wheel_index()
592 } else if (delta < LVL_START(2)) { in calc_wheel_index()
594 } else if (delta < LVL_START(3)) { in calc_wheel_index()
596 } else if (delta < LVL_START(4)) { in calc_wheel_index()
598 } else if (delta < LVL_START(5)) { in calc_wheel_index()
600 } else if (delta < LVL_START(6)) { in calc_wheel_index()
602 } else if (delta < LVL_START(7)) { in calc_wheel_index()
604 } else if (LVL_DEPTH > 8 && delta < LVL_START(8)) { in calc_wheel_index()