Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h44 #define KM_PUSHPAGE 0x0004 /* can block for memory; may use reserve */ macro
48 #define KM_PUBLIC_MASK (KM_SLEEP | KM_NOSLEEP | KM_PUSHPAGE)
71 if (flags & KM_PUSHPAGE) in kmem_flags_convert()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c91 tp = kmem_alloc(sizeof (thread_priv_t), KM_PUSHPAGE); in __thread_create()
98 tp->tp_name = kmem_alloc(tp->tp_name_size, KM_PUSHPAGE); in __thread_create()
H A Dspl-tsd.c166 entry = kmem_alloc(sizeof (tsd_hash_entry_t), KM_PUSHPAGE); in tsd_hash_add()
225 entry = kmem_alloc(sizeof (tsd_hash_entry_t), KM_PUSHPAGE); in tsd_hash_add_key()
283 entry = kmem_alloc(sizeof (tsd_hash_entry_t), KM_PUSHPAGE); in tsd_hash_add_pid()
H A Dspl-taskq.c82 return (KM_PUSHPAGE); in task_km_flags()
1008 tqt = kmem_alloc(sizeof (*tqt), KM_PUSHPAGE); in taskq_thread_create()
1058 tq = kmem_alloc(sizeof (*tq), KM_PUSHPAGE); in taskq_create()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dabd_os.c186 void *c = kmem_cache_alloc(abd_chunk_cache, KM_PUSHPAGE); in abd_alloc_chunks()
217 abd_t *abd = kmem_alloc(abd_size, KM_PUSHPAGE); in abd_alloc_struct()
348 abd_t *abd = kmem_alloc(abd_size, KM_PUSHPAGE); in abd_alloc_scatter_offset_chunkcnt()
/f-stack/freebsd/contrib/openzfs/module/nvpair/
H A Dnvpair_alloc_spl.c40 return (vmem_alloc(size, KM_PUSHPAGE)); in nv_alloc_pushpage_spl()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkmem.h48 #define KM_PUSHPAGE M_WAITOK macro
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h414 #define KM_PUSHPAGE KM_SLEEP
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c194 abd_t *abd = kmem_cache_alloc(abd_cache, KM_PUSHPAGE); in abd_alloc_struct()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c2803 buf = *ret = kmem_cache_alloc(buf_cache, KM_PUSHPAGE); in arc_buf_alloc_impl()
3313 hdr = kmem_cache_alloc(hdr_full_crypt_cache, KM_PUSHPAGE); in arc_hdr_alloc()
3315 hdr = kmem_cache_alloc(hdr_full_cache, KM_PUSHPAGE); in arc_hdr_alloc()
3376 nhdr = kmem_cache_alloc(new, KM_PUSHPAGE); in arc_hdr_realloc()
3499 nhdr = kmem_cache_alloc(ncache, KM_PUSHPAGE); in arc_hdr_realloc_crypt()
9074 head = kmem_cache_alloc(hdr_l2only_cache, KM_PUSHPAGE); in l2arc_write_buffers()
H A Dzio.c331 return (kmem_cache_alloc(zio_buf_cache[c], KM_PUSHPAGE)); in zio_buf_alloc()
347 return (kmem_cache_alloc(zio_data_buf_cache[c], KM_PUSHPAGE)); in zio_data_buf_alloc()
H A Dvdev_raidz.c1401 KM_PUSHPAGE); in vdev_raidz_reconstruct_general()