Home
last modified time | relevance | path

Searched refs:c_iflags (Results 1 – 6 of 6) sorted by relevance

/f-stack/lib/
H A Dff_kern_timeout.c359 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() local
418 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 …]
/f-stack/freebsd/kern/
H A Dkern_timeout.c576 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() local
648 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 …]
/f-stack/freebsd/sys/
H A D_callout.h64 short c_iflags; /* Internal State */ member
H A Dcallout.h101 #define callout_pending(c) ((c)->c_iflags & CALLOUT_PENDING)
/f-stack/tools/compat/include/sys/
H A D_callout.h61 short c_iflags; /* Internal State */ member
H A Dcallout.h101 #define callout_pending(c) ((c)->c_iflags & CALLOUT_PENDING)