Lines Matching refs:c_links
293 SLIST_INSERT_HEAD(&cc->cc_callfree, c, c_links.sle); in callout_cpu_init()
367 LIST_INSERT_HEAD(&cc->cc_callwheel[bucket], c, c_links.le); in callout_cc_add()
379 SLIST_INSERT_HEAD(&cc->cc_callfree, c, c_links.sle); in callout_cc_del()
585 c = LIST_NEXT(c, c_links.le); in softclock()
588 LIST_NEXT(c, c_links.le); in softclock()
590 LIST_REMOVE(c, c_links.le); in softclock()
642 SLIST_REMOVE_HEAD(&cc->cc_callfree, c_links.sle);
755 cc_exec_next(cc) = LIST_NEXT(c, c_links.le); in callout_reset_tick_on()
756 LIST_REMOVE(c, c_links.le); in callout_reset_tick_on()
758 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe); in callout_reset_tick_on()
1000 cc_exec_next(cc) = LIST_NEXT(c, c_links.le); in _callout_stop_safe()
1001 LIST_REMOVE(c, c_links.le); in _callout_stop_safe()
1003 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe); in _callout_stop_safe()
1147 LIST_FOREACH(tmp, sc, c_links.le) { in sysctl_kern_callout_stat()