Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/time/
Dtimer.c174 # define LVL_DEPTH 9 macro
176 # define LVL_DEPTH 8 macro
180 #define WHEEL_TIMEOUT_CUTOFF (LVL_START(LVL_DEPTH))
181 #define WHEEL_TIMEOUT_MAX (WHEEL_TIMEOUT_CUTOFF - LVL_GRAN(LVL_DEPTH - 1))
187 #define WHEEL_SIZE (LVL_SIZE * LVL_DEPTH)
553 } else if (LVL_DEPTH > 8 && delta < LVL_START(8)) { in calc_wheel_index()
566 idx = calc_index(expires, LVL_DEPTH - 1, bucket_expiry); in calc_wheel_index()
1535 for (i = 0; i < LVL_DEPTH; i++) { in collect_expired_timers()
1582 for (lvl = 0; lvl < LVL_DEPTH; lvl++, offset += LVL_SIZE) { in __next_timer_interrupt()
1765 struct hlist_head heads[LVL_DEPTH]; in __run_timers()