Home
last modified time | relevance | path

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

/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()
845 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe); in softclock_thread()
996 cc_exec_next(cc) = LIST_NEXT(c, c_links.le); in callout_reset_sbt_on()
997 LIST_REMOVE(c, c_links.le); in callout_reset_sbt_on()
1307 cc_exec_next(cc) = LIST_NEXT(c, c_links.le); in _callout_stop_safe()
1308 LIST_REMOVE(c, c_links.le); in _callout_stop_safe()
1388 LIST_FOREACH(tmp, sc, c_links.le) { in sysctl_kern_callout_stat()
[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 Dfunction.c1100 c_links(OPTION *option, char ***argvp) in c_links() function
H A Doption.c100 { "-links", c_links, f_links, 0 },