Searched refs:c_links (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_timeout.c | 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() [all …]
|
/freebsd/sys/sys/ |
H A D | _callout.h | 56 } c_links; member
|
/freebsd/usr.bin/find/ |
H A D | extern.h | 62 creat_f c_links; variable
|
H A D | option.c | 101 { "-links", c_links, f_links, 0 },
|
H A D | function.c | 1100 c_links(OPTION *option, char ***argvp) in c_links() function
|