Searched defs:EVCH_SLEEP (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent.h138 * EVCH_SLEEP and EVCH_NOSLEEP respectively map to KM_SLEEP and KM_NOSLEEP.
142 * one of EVCH_SLEEP, EVCH_NOSLEEP or EVCH_TRYHARD. Userland callers of
143 * sysevent_evc_publish() must set flags to one of EVCH_SLEEP or EVCH_NOSLEEP.
147 * publishers and must be used in conjunction with any of one of EVCH_SLEEP,
152 #define EVCH_SLEEP 0x0002 /* Sleep on kmem_alloc() */ macro

Completed in 54 milliseconds