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

/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dsysevent.h145 * EVCH_SLEEP and EVCH_NOSLEEP respectively map to KM_SLEEP and KM_NOSLEEP.
149 * one of EVCH_SLEEP, EVCH_NOSLEEP or EVCH_TRYHARD. Userland callers of
150 * sysevent_evc_publish() must set flags to one of EVCH_SLEEP or EVCH_NOSLEEP.
154 * publishers and must be used in conjunction with any of one of EVCH_SLEEP,
159 #define EVCH_SLEEP 0x0002 /* Sleep on kmem_alloc() */ macro
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_fm.c682 fm_ereport_post(ereport, EVCH_SLEEP);
741 fm_ereport_post(report->zcr_ereport, EVCH_SLEEP);
775 fm_ereport_post(report->zcr_ereport, EVCH_SLEEP);
799 fm_ereport_post(ereport, EVCH_SLEEP);
832 fm_ereport_post(resource, EVCH_SLEEP);

Completed in 186 milliseconds