Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dkmem.h50 #define KM_PUSHPAGE 0x0004 /* can block for memory; may use reserve */ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dabd.c196 void *c = kmem_cache_alloc(abd_chunk_cache, KM_PUSHPAGE); in abd_alloc_chunk()
283 abd_t *abd = kmem_alloc(size, KM_PUSHPAGE); in abd_alloc_struct()
H A Darc.c2552 buf = *ret = kmem_cache_alloc(buf_cache, KM_PUSHPAGE); in arc_buf_alloc_impl()
3111 hdr = kmem_cache_alloc(hdr_full_crypt_cache, KM_PUSHPAGE); in arc_hdr_alloc()
3113 hdr = kmem_cache_alloc(hdr_full_cache, KM_PUSHPAGE); in arc_hdr_alloc()
3173 nhdr = kmem_cache_alloc(new, KM_PUSHPAGE); in arc_hdr_realloc()
3298 nhdr = kmem_cache_alloc(ncache, KM_PUSHPAGE); in arc_hdr_realloc_crypt()
8516 head = kmem_cache_alloc(hdr_l2only_cache, KM_PUSHPAGE); in l2arc_write_buffers()
H A Dzio.c242 return (kmem_cache_alloc(zio_buf_cache[c], KM_PUSHPAGE)); in zio_buf_alloc()
258 return (kmem_cache_alloc(zio_data_buf_cache[c], KM_PUSHPAGE)); in zio_data_buf_alloc()
H A Dvdev_raidz.c1365 bufs = kmem_alloc(rm->rm_cols * sizeof (abd_t *), KM_PUSHPAGE); in vdev_raidz_reconstruct_general()
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c964 if (kmflag == KM_PUSHPAGE || kmflag == KM_SLEEP) { in bd_xfer_ctor()
1515 xi = bd_xfer_alloc(bd, bp, func, KM_PUSHPAGE); in bd_strategy()