Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dkern_timeout.c181 uint32_t timeout_bucket(const struct timeout *);
519 timeout_bucket(const struct timeout *to) in timeout_bucket() function
678 CIRCQ_INSERT_TAIL(&timeout_wheel_kc[timeout_bucket(to)], in softclock_process_kclock_timeout()