Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dkern_timeout.c182 #define cc_exec_next(cc) cc->cc_next macro
487 cc_exec_next(cc) = next; in callout_process()
495 next = cc_exec_next(cc); in callout_process()
496 cc_exec_next(cc) = NULL; in callout_process()
609 cc_exec_next(cc) = c; in callout_cc_add()
1010 if (cc_exec_next(cc) == c) in callout_reset_sbt_on()
1011 cc_exec_next(cc) = LIST_NEXT(c, c_links.le); in callout_reset_sbt_on()
1321 if (cc_exec_next(cc) == c) in _callout_stop_safe()
1322 cc_exec_next(cc) = LIST_NEXT(c, c_links.le); in _callout_stop_safe()