Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Dkern_timeout.c73 struct circq timeout_wheel[BUCKETS]; /* [T] Tick-based timeouts */ variable
94 (timeout_wheel[ \
105 &timeout_wheel[MASKWHEEL((wheel), (time)) + (wheel)*WHEELSIZE])
240 for (b = 0; b < nitems(timeout_wheel); b++) in timeout_startup()
241 CIRCQ_INIT(&timeout_wheel[b]); in timeout_startup()
857 for (b = 0; b < nitems(timeout_wheel); b++) { in timeout_adjust_ticks()
858 p = CIRCQ_FIRST(&timeout_wheel[b]); in timeout_adjust_ticks()
859 while (p != &timeout_wheel[b]) { in timeout_adjust_ticks()
958 wheel = timeout_wheel; in db_show_timeout()
1008 for (b = 0; b < nitems(timeout_wheel); b++) in db_show_callout()
[all …]