Home
last modified time | relevance | path

Searched refs:CALLOUT_PROCESSED (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dcallout.h50 #define CALLOUT_PROCESSED 0x0080 /* callout in wheel or processing list? */ macro
/f-stack/freebsd/sys/
H A Dcallout.h52 #define CALLOUT_PROCESSED 0x0080 /* callout in wheel or processing list? */ macro
/f-stack/freebsd/kern/
H A Dkern_timeout.c491 tmp->c_iflags |= CALLOUT_PROCESSED; in callout_process()
577 c->c_iflags &= ~CALLOUT_PROCESSED; in callout_cc_add()
972 if ((c->c_iflags & CALLOUT_PROCESSED) == 0) { in callout_reset_sbt_on()
1300 if ((c->c_iflags & CALLOUT_PROCESSED) == 0) { in _callout_stop_safe()
/f-stack/lib/
H A Dff_kern_timeout.c360 c->c_iflags &= ~CALLOUT_PROCESSED; in callout_cc_add()
753 if ((c->c_iflags & CALLOUT_PROCESSED) == 0) { in callout_reset_tick_on()
998 if ((c->c_iflags & CALLOUT_PROCESSED) == 0) { in _callout_stop_safe()