Lines Matching refs:c_flags
601 c->c_flags |= CALLOUT_ACTIVE; in callout_cc_add()
669 KASSERT((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE, in softclock_call_cc()
670 ("softclock_call_cc: act %p %x", c, c->c_flags)); in softclock_call_cc()
673 if (c->c_flags & CALLOUT_SHAREDLOCK) { in softclock_call_cc()
1109 c->c_flags &= ~ CALLOUT_ACTIVE;
1142 c->c_flags |= CALLOUT_ACTIVE;
1216 ((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE)) {
1230 c->c_flags &= ~CALLOUT_ACTIVE;
1264 c->c_flags &= ~CALLOUT_ACTIVE;
1323 c->c_flags &= ~CALLOUT_ACTIVE;
1413 c->c_flags &= ~CALLOUT_ACTIVE;
1657 C_DB_PRINTF("%#x", c_flags);