Home
last modified time | relevance | path

Searched refs:c_links (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/kern/
H A Dkern_timeout.c476 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()
[all …]
/freebsd/sys/sys/
H A D_callout.h56 } c_links; member
/freebsd/usr.bin/find/
H A Dextern.h62 creat_f c_links; variable
H A Doption.c101 { "-links", c_links, f_links, 0 },
H A Dfunction.c1100 c_links(OPTION *option, char ***argvp) in c_links() function