Searched refs:KM_PUSHPAGE (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | kmem.h | 51 #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 D | spl-thread.c | 83 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 D | spl-tsd.c | 166 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 D | spl-taskq.c | 168 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 D | nvpair_alloc_spl.c | 40 return (vmem_alloc(size, KM_PUSHPAGE)); in nv_alloc_pushpage_spl()
|
/freebsd/sys/cddl/compat/opensolaris/sys/ |
H A D | kmem.h | 46 #define KM_PUSHPAGE M_WAITOK macro
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | kmem.h | 48 #define KM_PUSHPAGE M_WAITOK macro
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | abd_os.c | 195 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 D | zfs_context.h | 411 #define KM_PUSHPAGE KM_SLEEP
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | abd_os.c | 214 abd_t *abd = kmem_cache_alloc(abd_cache, KM_PUSHPAGE); in abd_alloc_struct_impl()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | arc.c | 2747 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 D | zio.c | 432 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 D | vdev_raidz.c | 1931 KM_PUSHPAGE); in vdev_raidz_reconstruct_general()
|