Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/time/
Dtimer.c161 #define LVL_START(n) ((LVL_SIZE - 1) << (((n) - 1) * LVL_CLK_SHIFT)) macro
177 #define WHEEL_TIMEOUT_CUTOFF (LVL_START(LVL_DEPTH))
502 if (delta < LVL_START(1)) { in calc_wheel_index()
504 } else if (delta < LVL_START(2)) { in calc_wheel_index()
506 } else if (delta < LVL_START(3)) { in calc_wheel_index()
508 } else if (delta < LVL_START(4)) { in calc_wheel_index()
510 } else if (delta < LVL_START(5)) { in calc_wheel_index()
512 } else if (delta < LVL_START(6)) { in calc_wheel_index()
514 } else if (delta < LVL_START(7)) { in calc_wheel_index()
516 } else if (LVL_DEPTH > 8 && delta < LVL_START(8)) { in calc_wheel_index()