Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/time/
Dtimer.c164 #define LVL_START(n) ((LVL_SIZE - 1) << (((n) - 1) * LVL_CLK_SHIFT)) macro
180 #define WHEEL_TIMEOUT_CUTOFF (LVL_START(LVL_DEPTH))
539 if (delta < LVL_START(1)) { in calc_wheel_index()
541 } else if (delta < LVL_START(2)) { in calc_wheel_index()
543 } else if (delta < LVL_START(3)) { in calc_wheel_index()
545 } else if (delta < LVL_START(4)) { in calc_wheel_index()
547 } else if (delta < LVL_START(5)) { in calc_wheel_index()
549 } else if (delta < LVL_START(6)) { in calc_wheel_index()
551 } else if (delta < LVL_START(7)) { in calc_wheel_index()
553 } else if (LVL_DEPTH > 8 && delta < LVL_START(8)) { in calc_wheel_index()