Lines Matching refs:c_flags
601 c->c_flags |= CALLOUT_ACTIVE; in callout_cc_add()
658 KASSERT((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE, in softclock_call_cc()
659 ("softclock_call_cc: act %p %x", c, c->c_flags)); in softclock_call_cc()
1015 c->c_flags &= ~ CALLOUT_ACTIVE; in callout_reset_sbt_on()
1048 c->c_flags |= CALLOUT_ACTIVE; in callout_reset_sbt_on()
1125 ((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE)) { in _callout_stop_safe()
1139 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe()
1173 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe()
1232 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe()
1329 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe()
1498 C_DB_PRINTF("%#x", c_flags); in _show_callout()