HomeSort by relevance Sort by last modified time
    Searched defs:KM_SLEEP (Results 1 - 5 of 5) sorted by null

  /netvirt/usr/src/uts/common/sys/
kmem.h 47 #define KM_SLEEP 0x0000 /* can block for memory; success guaranteed */
  /netvirt/usr/src/common/crypto/ecc/
ec2_test.c 87 #ifndef KM_SLEEP
88 #define KM_SLEEP 0
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) ); \
ecp_test.c 86 #ifndef KM_SLEEP
87 #define KM_SLEEP 0
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) ); \
  /netvirt/usr/src/lib/libzpool/common/sys/
zfs_context.h 289 #define KM_SLEEP UMEM_NOFAIL
316 #define TQ_SLEEP KM_SLEEP /* Can block for memory */
  /netvirt/usr/src/uts/common/os/
sunmdi.c 392 vh = kmem_zalloc(sizeof (mdi_vhci_t), KM_SLEEP);
394 KM_SLEEP);
396 vh->vh_class = kmem_zalloc(strlen(class) + 1, KM_SLEEP);
598 pathname = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
631 ph = kmem_zalloc(sizeof (mdi_phci_t), KM_SLEEP);
923 temp_pathname = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
1238 ct = kmem_zalloc(sizeof (*ct), KM_SLEEP);
1244 ct->ct_drvname = kmem_alloc(strlen(name) + 1, KM_SLEEP);
1246 ct->ct_guid = kmem_alloc(strlen(lguid) + 1, KM_SLEEP);
    [all...]

Completed in 714 milliseconds