Searched refs:CALLOUT_SHAREDLOCK (Results 1 – 2 of 2) sorted by relevance
48 #define CALLOUT_SHAREDLOCK 0x0020 /* callout lock held in shared mode */ macro
671 if (c->c_flags & CALLOUT_SHAREDLOCK) { in softclock_call_cc()1446 KASSERT((flags & ~(CALLOUT_RETURNUNLOCKED | CALLOUT_SHAREDLOCK)) == 0,1453 c->c_iflags = flags & (CALLOUT_RETURNUNLOCKED | CALLOUT_SHAREDLOCK);