Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDcallout.h50 #define CALLOUT_PROCESSED 0x0080 /* callout in wheel or processing list? */ macro
/NextBSD/sys/kern/
HDkern_timeout.c505 tmp->c_iflags |= CALLOUT_PROCESSED; in callout_process()
592 c->c_iflags &= ~CALLOUT_PROCESSED; in callout_cc_add()
1079 if ((c->c_iflags & CALLOUT_PROCESSED) == 0) {
1393 if ((c->c_iflags & CALLOUT_PROCESSED) == 0) {