Searched refs:cc_expireq (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_timeout.c | 166 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 D | ff_kern_timeout.c | 149 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()
|