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

/freebsd-current/sys/sys/
H A D_callout.h56 } c_links; member in struct:callout
/freebsd-current/sys/kern/
H A Dkern_timeout.c476 LIST_FOREACH_SAFE(c, sc, c_links.le, next) {
489 LIST_REMOVE(c, c_links.le);
498 LIST_REMOVE(c, c_links.le);
500 c, c_links.tqe);
607 LIST_INSERT_HEAD(&cc->cc_callwheel[bucket], c, c_links.le);
845 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe);
996 cc_exec_next(cc) = LIST_NEXT(c, c_links.le);
997 LIST_REMOVE(c, c_links.le);
999 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe);
1307 cc_exec_next(cc) = LIST_NEXT(c, c_links
[all...]
/freebsd-current/usr.bin/find/
H A Dextern.h62 creat_f c_links; variable
H A Doption.c100 { "-links", c_links, f_links, 0 },
H A Dfunction.c1100 c_links(OPTION *option, char ***argvp) function

Completed in 131 milliseconds