Home
last modified time | relevance | path

Searched refs:KM_PUSHPAGE (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dkmem.h49 #define KM_PUSHPAGE 0x0004 /* can block for memory; may use reserve */ macro
/titanic_50/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h319 #define KM_PUSHPAGE KM_SLEEP macro
/titanic_50/usr/src/uts/common/fs/zfs/
H A Darc.c1584 nhdr = kmem_cache_alloc(new, KM_PUSHPAGE); in arc_hdr_realloc()
2152 hdr = kmem_cache_alloc(hdr_full_cache, KM_PUSHPAGE); in arc_buf_alloc()
2158 buf = kmem_cache_alloc(buf_cache, KM_PUSHPAGE); in arc_buf_alloc()
2195 hdr = kmem_cache_alloc(hdr_l2only_cache, KM_PUSHPAGE); in arc_buf_alloc_l2only()
2276 buf = kmem_cache_alloc(buf_cache, KM_PUSHPAGE); in arc_buf_clone()
4545 buf = kmem_cache_alloc(buf_cache, KM_PUSHPAGE); in arc_read()
4938 nhdr = kmem_cache_alloc(hdr_full_cache, KM_PUSHPAGE); in arc_release()
6402 head = kmem_cache_alloc(hdr_l2only_cache, KM_PUSHPAGE); in l2arc_write_buffers()
H A Dzio.c225 return (kmem_cache_alloc(zio_buf_cache[c], KM_PUSHPAGE)); in zio_buf_alloc()
241 return (kmem_cache_alloc(zio_data_buf_cache[c], KM_PUSHPAGE)); in zio_data_buf_alloc()
/titanic_50/usr/src/uts/common/io/blkdev/
H A Dblkdev.c698 if (kmflag == KM_PUSHPAGE || kmflag == KM_SLEEP) { in bd_xfer_ctor()
1245 xi = bd_xfer_alloc(bd, bp, func, KM_PUSHPAGE); in bd_strategy()