Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_timeout.c186 #define cc_exec_next(cc) cc->cc_next macro
491 cc_exec_next(cc) = next; in callout_process()
499 next = cc_exec_next(cc); in callout_process()
500 cc_exec_next(cc) = NULL; in callout_process()
613 cc_exec_next(cc) = c; in callout_cc_add()
1007 if (cc_exec_next(cc) == c) in callout_reset_sbt_on()
1008 cc_exec_next(cc) = LIST_NEXT(c, c_links.le); in callout_reset_sbt_on()
1335 if (cc_exec_next(cc) == c) in _callout_stop_safe()
1336 cc_exec_next(cc) = LIST_NEXT(c, c_links.le); in _callout_stop_safe()