Searched refs:EVCH_QWAIT (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent.h145 * EVCH_QWAIT determines whether or not we should wait for slots in the event
146 * queue at publication time. EVCH_QWAIT may be used by kernel and userland
154 #define EVCH_QWAIT 0x0008 /* Wait for slot in event queue */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dsysevent.c175 if (uargs.flags & ~(EVCH_NOSLEEP | EVCH_SLEEP | EVCH_QWAIT))
/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c1416 if (!(flags & EVCH_QWAIT)) {
1933 EVCH_QWAIT)) == 0);

Completed in 66 milliseconds