Searched refs:KM_PUSHPAGE (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkmem.h49 #define KM_PUSHPAGE 0x0004 /* can block for memory; may use reserve */ macro
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h320 #define KM_PUSHPAGE KM_SLEEP macro
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c696 if (kmflag == KM_PUSHPAGE || kmflag == KM_SLEEP) {
1200 xi = bd_xfer_alloc(bd, bp, func, KM_PUSHPAGE);
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmdvar.h608 #define MD_ALLOCFLAGS (KM_PUSHPAGE | KM_SLEEP)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c2429 buf = *ret = kmem_cache_alloc(buf_cache, KM_PUSHPAGE);
2841 hdr = kmem_cache_alloc(hdr_full_cache, KM_PUSHPAGE);
2887 nhdr = kmem_cache_alloc(new, KM_PUSHPAGE);
6712 head = kmem_cache_alloc(hdr_l2only_cache, KM_PUSHPAGE);
H A Dzio.c230 return (kmem_cache_alloc(zio_buf_cache[c], KM_PUSHPAGE));
246 return (kmem_cache_alloc(zio_data_buf_cache[c], KM_PUSHPAGE));

Completed in 115 milliseconds