Searched refs:c_iflags (Results 1 – 6 of 6) sorted by relevance
359 c->c_iflags |= CALLOUT_PENDING; in callout_cc_add()360 c->c_iflags &= ~CALLOUT_PROCESSED; in callout_cc_add()363 c->c_iflags |= CALLOUT_DIRECT; in callout_cc_add()395 int c_iflags; in softclock_call_cc() local418 c_iflags = c->c_iflags; in softclock_call_cc()422 c->c_iflags &= ~CALLOUT_PENDING; in softclock_call_cc()537 if (c_iflags & CALLOUT_LOCAL_ALLOC) in softclock_call_cc()752 if (c->c_iflags & CALLOUT_PENDING) { in callout_reset_tick_on()817 if (c->c_iflags & CALLOUT_DIRECT) { in _callout_stop_safe()992 c->c_iflags &= ~CALLOUT_PENDING; in _callout_stop_safe()[all …]
576 c->c_iflags |= CALLOUT_PENDING; in callout_cc_add()577 c->c_iflags &= ~CALLOUT_PROCESSED; in callout_cc_add()580 c->c_iflags |= CALLOUT_DIRECT; in callout_cc_add()618 int c_iflags; in softclock_call_cc() local648 c_iflags = c->c_iflags; in softclock_call_cc()649 c->c_iflags &= ~CALLOUT_PENDING; in softclock_call_cc()980 c->c_iflags &= ~ CALLOUT_PENDING; in callout_reset_sbt_on()1104 c->c_iflags &= ~CALLOUT_PENDING; in _callout_stop_safe()1294 c->c_iflags &= ~CALLOUT_PENDING; in _callout_stop_safe()1321 c->c_iflags = 0; in callout_init()[all …]
64 short c_iflags; /* Internal State */ member
101 #define callout_pending(c) ((c)->c_iflags & CALLOUT_PENDING)
61 short c_iflags; /* Internal State */ member