Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDcallout.h48 #define CALLOUT_SHAREDLOCK 0x0020 /* callout lock held in shared mode */ macro
/freebsd-11-stable/sys/kern/
HDkern_timeout.c671 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);