Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dcallout.h44 #define CALLOUT_ACTIVE 0x0002 /* callout is currently active */ macro
87 #define callout_active(c) ((c)->c_flags & CALLOUT_ACTIVE)
88 #define callout_deactivate(c) ((c)->c_flags &= ~CALLOUT_ACTIVE)
/f-stack/freebsd/sys/
H A Dcallout.h46 #define CALLOUT_ACTIVE 0x0002 /* callout is currently active */ macro
87 #define callout_active(c) ((c)->c_flags & CALLOUT_ACTIVE)
88 #define callout_deactivate(c) ((c)->c_flags &= ~CALLOUT_ACTIVE)
/f-stack/lib/
H A Dff_kern_timeout.c361 c->c_flags |= CALLOUT_ACTIVE; in callout_cc_add()
405 KASSERT((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE, in softclock_call_cc()
762 c->c_flags &= ~ CALLOUT_ACTIVE; in callout_reset_tick_on()
829 ((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE)) { in _callout_stop_safe()
843 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe()
866 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe()
993 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe()
/f-stack/freebsd/kern/
H A Dkern_timeout.c578 c->c_flags |= CALLOUT_ACTIVE; in callout_cc_add()
635 KASSERT((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE, in softclock_call_cc()
981 c->c_flags &= ~ CALLOUT_ACTIVE; in callout_reset_sbt_on()
1014 c->c_flags |= CALLOUT_ACTIVE; in callout_reset_sbt_on()
1091 ((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE)) { in _callout_stop_safe()
1105 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe()
1139 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe()
1198 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe()
1295 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe()