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

/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent.h139 * EVCH_TRYHARD is a kernel-only publish flag that allow event allocation
142 * one of EVCH_SLEEP, EVCH_NOSLEEP or EVCH_TRYHARD. Userland callers of
148 * EVCH_NOSLEEP or EVCH_TRYHARD (kernel-only).
153 #define EVCH_TRYHARD 0x0004 /* May use alternate kmem cache for alloc */ macro

Completed in 57 milliseconds