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

  /loficc/crypto/usr/src/uts/common/sys/
kmem.h 47 #define KM_SLEEP 0x0000 /* can block for memory; success guaranteed */
  /loficc/crypto/usr/src/lib/libzpool/common/sys/
zfs_context.h 267 #define KM_SLEEP UMEM_NOFAIL
294 #define TQ_SLEEP KM_SLEEP /* Can block for memory */
  /loficc/crypto/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 3960 milliseconds