Lines Matching refs:c_links
476 LIST_FOREACH_SAFE(c, sc, c_links.le, next) { in callout_process()
489 LIST_REMOVE(c, c_links.le); in callout_process()
498 LIST_REMOVE(c, c_links.le); in callout_process()
500 c, c_links.tqe); in callout_process()
607 LIST_INSERT_HEAD(&cc->cc_callwheel[bucket], c, c_links.le); in callout_cc_add()
860 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe); in softclock_thread()
1011 cc_exec_next(cc) = LIST_NEXT(c, c_links.le); in callout_reset_sbt_on()
1012 LIST_REMOVE(c, c_links.le); in callout_reset_sbt_on()
1014 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe); in callout_reset_sbt_on()
1322 cc_exec_next(cc) = LIST_NEXT(c, c_links.le); in _callout_stop_safe()
1323 LIST_REMOVE(c, c_links.le); in _callout_stop_safe()
1325 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe); in _callout_stop_safe()
1409 LIST_FOREACH(tmp, sc, c_links.le) { in sysctl_kern_callout_stat()
1484 db_printf(" &c_links = %p\n", &(c->c_links)); in _show_callout()