Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_timeout.c166 struct callout_tailq cc_expireq; member
326 TAILQ_INIT(&cc->cc_expireq); in callout_cpu_init()
489 TAILQ_INSERT_TAIL(&cc->cc_expireq, in callout_process()
537 if (!TAILQ_EMPTY(&cc->cc_expireq)) in callout_process()
814 while ((c = TAILQ_FIRST(&cc->cc_expireq)) != NULL) { in softclock()
815 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe); in softclock()
977 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe); in callout_reset_sbt_on()
1305 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe); in _callout_stop_safe()
/f-stack/lib/
H A Dff_kern_timeout.c149 struct callout_tailq cc_expireq; member
282 TAILQ_INIT(&cc->cc_expireq); in callout_cpu_init()
758 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe); in callout_reset_tick_on()
1003 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe); in _callout_stop_safe()