Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/time/
Dtimer.c171 # define LVL_DEPTH 9 macro
173 # define LVL_DEPTH 8 macro
177 #define WHEEL_TIMEOUT_CUTOFF (LVL_START(LVL_DEPTH))
178 #define WHEEL_TIMEOUT_MAX (WHEEL_TIMEOUT_CUTOFF - LVL_GRAN(LVL_DEPTH - 1))
184 #define WHEEL_SIZE (LVL_SIZE * LVL_DEPTH)
516 } else if (LVL_DEPTH > 8 && delta < LVL_START(8)) { in calc_wheel_index()
528 idx = calc_index(expires, LVL_DEPTH - 1); in calc_wheel_index()
1465 for (i = 0; i < LVL_DEPTH; i++) { in __collect_expired_timers()
1513 for (lvl = 0; lvl < LVL_DEPTH; lvl++, offset += LVL_SIZE) { in __next_timer_interrupt()
1742 struct hlist_head heads[LVL_DEPTH]; in __run_timers()