Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h51 #define KM_PUSHPAGE 0x0004 /* can block for memory; may use reserve */ macro
55 #define KM_PUBLIC_MASK (KM_SLEEP | KM_NOSLEEP | KM_PUSHPAGE)
78 if (flags & KM_PUSHPAGE) in kmem_flags_convert()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c83 tp = kmem_alloc(sizeof (thread_priv_t), KM_PUSHPAGE); in __thread_create()
90 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.c168 return (KM_PUSHPAGE); in task_km_flags()
1143 tqt = kmem_alloc(sizeof (*tqt), KM_PUSHPAGE); in taskq_thread_create()
1339 tq = kmem_alloc(sizeof (*tq), KM_PUSHPAGE); in taskq_create()
/freebsd/sys/contrib/openzfs/module/nvpair/
H A Dnvpair_alloc_spl.c40 return (vmem_alloc(size, KM_PUSHPAGE)); in nv_alloc_pushpage_spl()
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dkmem.h46 #define KM_PUSHPAGE M_WAITOK macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkmem.h48 #define KM_PUSHPAGE M_WAITOK macro
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dabd_os.c195 kmem_cache_alloc(abd_chunk_cache, KM_PUSHPAGE); in abd_alloc_chunks()
230 abd_t *abd = kmem_alloc(abd_size, KM_PUSHPAGE); in abd_alloc_struct_impl()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h411 #define KM_PUSHPAGE KM_SLEEP
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c214 abd_t *abd = kmem_cache_alloc(abd_cache, KM_PUSHPAGE); in abd_alloc_struct_impl()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c2747 buf = *ret = kmem_cache_alloc(buf_cache, KM_PUSHPAGE); in arc_buf_alloc_impl()
3272 hdr = kmem_cache_alloc(hdr_full_cache, KM_PUSHPAGE); in arc_hdr_alloc()
3320 nhdr = kmem_cache_alloc(new, KM_PUSHPAGE); in arc_hdr_realloc()
9312 head = kmem_cache_alloc(hdr_l2only_cache, KM_PUSHPAGE); in l2arc_write_buffers()
H A Dzio.c432 void *p = kmem_cache_alloc(zio_buf_cache[c], KM_PUSHPAGE); in zio_buf_alloc()
452 void *p = kmem_cache_alloc(zio_data_buf_cache[c], KM_PUSHPAGE); in zio_data_buf_alloc()
H A Dvdev_raidz.c1931 KM_PUSHPAGE); in vdev_raidz_reconstruct_general()