Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dkern_timeout.c74 struct circq timeout_wheel_kc[BUCKETS]; /* [T] Clock-based timeouts */ variable
242 for (b = 0; b < nitems(timeout_wheel_kc); b++) in timeout_startup()
243 CIRCQ_INIT(&timeout_wheel_kc[b]); in timeout_startup()
611 CIRCQ_CONCAT(&timeout_todo, &timeout_wheel_kc[off + b]); in timeout_hardclock_update()
678 CIRCQ_INSERT_TAIL(&timeout_wheel_kc[timeout_bucket(to)], in softclock_process_kclock_timeout()
957 wheel = timeout_wheel_kc; in db_show_timeout()
1011 for (b = 0; b < nitems(timeout_wheel_kc); b++) in db_show_callout()
1012 db_show_callout_bucket(&timeout_wheel_kc[b]); in db_show_callout()