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

/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_test.c87 #ifndef KM_SLEEP
88 #define KM_SLEEP 0 macro
114 params = EC_GetNamedCurveParams(name, KM_SLEEP); \
121 group = ECGroup_fromHex(params, KM_SLEEP); \
127 MP_CHECKOK( ectest_curve_GF2m(group, ectestPrint, ectestTime, 1, KM_SLEEP) ); \
134 group = ECGroup_fromName(name, KM_SLEEP); \
139 MP_CHECKOK( ectest_curve_GF2m(group, ectestPrint, ectestTime, 0, KM_SLEEP) ); \
H A Decp_test.c86 #ifndef KM_SLEEP
87 #define KM_SLEEP 0 macro
113 params = EC_GetNamedCurveParams(name, KM_SLEEP); \
120 group = ECGroup_fromHex(params, KM_SLEEP); \
126 MP_CHECKOK( ectest_curve_GFp(group, ectestPrint, ectestTime, 1, KM_SLEEP) ); \
133 group = ECGroup_fromName(name, KM_SLEEP); \
138 MP_CHECKOK( ectest_curve_GFp(group, ectestPrint, ectestTime, 0, KM_SLEEP) ); \
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem.h46 #define KM_SLEEP 0x0000 /* can block for memory; success guaranteed */ macro
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h319 #define KM_SLEEP UMEM_NOFAIL macro
320 #define KM_PUSHPAGE KM_SLEEP
374 #define TQ_SLEEP KM_SLEEP /* Can block for memory */
631 #define DDI_SLEEP KM_SLEEP

Completed in 73 milliseconds