Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dcallout.h49 #define CALLOUT_PROCESSED 0x0080 /* callout in wheel or processing list? */ macro
/freebsd/sys/kern/
H A Dkern_timeout.c501 c->c_iflags |= CALLOUT_PROCESSED; in callout_process()
596 c->c_iflags &= ~CALLOUT_PROCESSED; in callout_cc_add()
1009 if ((c->c_iflags & CALLOUT_PROCESSED) == 0) { in callout_reset_sbt_on()
1320 if ((c->c_iflags & CALLOUT_PROCESSED) == 0) { in _callout_stop_safe()