Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/time/
Dtimer.c175 # define LVL_DEPTH 9 macro
177 # define LVL_DEPTH 8 macro
181 #define WHEEL_TIMEOUT_CUTOFF (LVL_START(LVL_DEPTH))
182 #define WHEEL_TIMEOUT_MAX (WHEEL_TIMEOUT_CUTOFF - LVL_GRAN(LVL_DEPTH - 1))
188 #define WHEEL_SIZE (LVL_SIZE * LVL_DEPTH)
604 } else if (LVL_DEPTH > 8 && delta < LVL_START(8)) { in calc_wheel_index()
617 idx = calc_index(expires, LVL_DEPTH - 1, bucket_expiry); in calc_wheel_index()
1861 for (i = 0; i < LVL_DEPTH; i++) { in collect_expired_timers()
1910 for (lvl = 0; lvl < LVL_DEPTH; lvl++, offset += LVL_SIZE) { in timer_recalc_next_expiry()
2391 struct hlist_head heads[LVL_DEPTH]; in __run_timers()