Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_kern_timeout.c162 #define cc_exec_next(cc) cc->cc_next macro
369 cc_exec_next(cc) = c; in callout_cc_add()
587 cc_exec_next(cc) = in softclock()
596 c = cc_exec_next(cc); in softclock()
597 cc_exec_next(cc) = NULL; in softclock()
754 if (cc_exec_next(cc) == c) in callout_reset_tick_on()
755 cc_exec_next(cc) = LIST_NEXT(c, c_links.le); in callout_reset_tick_on()
999 if (cc_exec_next(cc) == c) in _callout_stop_safe()
1000 cc_exec_next(cc) = LIST_NEXT(c, c_links.le); in _callout_stop_safe()
/f-stack/freebsd/kern/
H A Dkern_timeout.c183 #define cc_exec_next(cc) cc->cc_next macro
475 cc_exec_next(cc) = in callout_process()
484 tmp = cc_exec_next(cc); in callout_process()
485 cc_exec_next(cc) = NULL; in callout_process()
590 cc_exec_next(cc) = c; in callout_cc_add()
973 if (cc_exec_next(cc) == c) in callout_reset_sbt_on()
974 cc_exec_next(cc) = LIST_NEXT(c, c_links.le); in callout_reset_sbt_on()
1301 if (cc_exec_next(cc) == c) in _callout_stop_safe()
1302 cc_exec_next(cc) = LIST_NEXT(c, c_links.le); in _callout_stop_safe()