Searched refs:c_links (Results 1 – 4 of 4) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_kern_timeout.c | 293 SLIST_INSERT_HEAD(&cc->cc_callfree, c, c_links.sle); in callout_cpu_init() 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); 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() 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() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | kern_timeout.c | 476 LIST_NEXT(tmp, c_links.le); in callout_process() 478 LIST_REMOVE(tmp, c_links.le); in callout_process() 487 tmpn = LIST_NEXT(tmp, c_links.le); in callout_process() 488 LIST_REMOVE(tmp, c_links.le); in callout_process() 490 tmp, c_links.tqe); in callout_process() 514 tmp = LIST_NEXT(tmp, c_links.le); in callout_process() 815 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe); in softclock() 974 cc_exec_next(cc) = LIST_NEXT(c, c_links.le); in callout_reset_sbt_on() 975 LIST_REMOVE(c, c_links.le); in callout_reset_sbt_on() 1303 LIST_REMOVE(c, c_links.le); in _callout_stop_safe() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | _callout.h | 58 } c_links; member
|
| /f-stack/tools/compat/include/sys/ |
| H A D | _callout.h | 54 } c_links; member
|