Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dkmem.h49 #define KM_PUSHPAGE 0x0004 /* can block for memory; may use reserve */ macro
/titanic_44/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h317 #define KM_PUSHPAGE KM_SLEEP macro
/titanic_44/usr/src/uts/common/fs/zfs/
H A Darc.c1580 nhdr = kmem_cache_alloc(new, KM_PUSHPAGE); in arc_hdr_realloc()
2148 hdr = kmem_cache_alloc(hdr_full_cache, KM_PUSHPAGE); in arc_buf_alloc()
2154 buf = kmem_cache_alloc(buf_cache, KM_PUSHPAGE); in arc_buf_alloc()
2191 hdr = kmem_cache_alloc(hdr_l2only_cache, KM_PUSHPAGE); in arc_buf_alloc_l2only()
2272 buf = kmem_cache_alloc(buf_cache, KM_PUSHPAGE); in arc_buf_clone()
4492 buf = kmem_cache_alloc(buf_cache, KM_PUSHPAGE); in arc_read()
4878 nhdr = kmem_cache_alloc(hdr_full_cache, KM_PUSHPAGE); in arc_release()
6355 head = kmem_cache_alloc(hdr_l2only_cache, KM_PUSHPAGE); in l2arc_write_buffers()
H A Dzio.c224 return (kmem_cache_alloc(zio_buf_cache[c], KM_PUSHPAGE)); in zio_buf_alloc()
240 return (kmem_cache_alloc(zio_data_buf_cache[c], KM_PUSHPAGE)); in zio_data_buf_alloc()
/titanic_44/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()