Searched refs:CALLOUT_SHAREDLOCK (Results 1 – 4 of 4) sorted by relevance
48 #define CALLOUT_SHAREDLOCK 0x0020 /* callout lock held in shared mode */ macro
50 #define CALLOUT_SHAREDLOCK 0x0020 /* callout lock held in shared mode */ macro
409 if (c->c_flags & CALLOUT_SHAREDLOCK) { in softclock_call_cc()1030 KASSERT((flags & ~(CALLOUT_RETURNUNLOCKED | CALLOUT_SHAREDLOCK)) == 0, in _callout_init_lock()1037 c->c_iflags = flags & (CALLOUT_RETURNUNLOCKED | CALLOUT_SHAREDLOCK); in _callout_init_lock()
639 if (c->c_flags & CALLOUT_SHAREDLOCK) { in softclock_call_cc()1331 KASSERT((flags & ~(CALLOUT_RETURNUNLOCKED | CALLOUT_SHAREDLOCK)) == 0, in _callout_init_lock()1338 c->c_iflags = flags & (CALLOUT_RETURNUNLOCKED | CALLOUT_SHAREDLOCK); in _callout_init_lock()