HomeSort by: relevance | last modified time | path
    Searched defs:KM_SLEEP (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
kmem.h 60 #define KM_SLEEP 0x00000001 /* can sleep */
  /src/sys/kern/
subr_blist.c 114 #define KM_SLEEP 1
202 bl = kmem_zalloc(sizeof(struct blist), KM_SLEEP);
209 bl->bl_root = kmem_alloc(sizeof(blmeta_t) * bl->bl_rootblks, KM_SLEEP);
  /src/external/cddl/osnet/dist/lib/libzpool/common/sys/
zfs_context.h 359 #define KM_SLEEP UMEM_NOFAIL
360 #define KM_PUSHPAGE KM_SLEEP
413 #define TQ_SLEEP KM_SLEEP /* Can block for memory */
702 #define DDI_SLEEP KM_SLEEP

Completed in 17 milliseconds