Searched refs:CALLOUT_ACTIVE (Results 1 – 2 of 2) sorted by relevance
46 #define CALLOUT_ACTIVE 0x0002 /* callout is currently active */ macro91 #define callout_active(c) ((c)->c_flags & CALLOUT_ACTIVE)92 #define callout_deactivate(c) ((c)->c_flags &= ~CALLOUT_ACTIVE)
601 c->c_flags |= CALLOUT_ACTIVE; in callout_cc_add()669 KASSERT((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE, 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;