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

/freebsd-13-stable/sys/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)
/freebsd-13-stable/sys/contrib/openzfs/module/nvpair/
H A Dnvpair_alloc_spl.c40 return (vmem_alloc(size, KM_PUSHPAGE));
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c91 tp = kmem_alloc(sizeof (thread_priv_t), KM_PUSHPAGE);
98 tp->tp_name = kmem_alloc(tp->tp_name_size, KM_PUSHPAGE);
H A Dspl-tsd.c166 entry = kmem_alloc(sizeof (tsd_hash_entry_t), KM_PUSHPAGE);
225 entry = kmem_alloc(sizeof (tsd_hash_entry_t), KM_PUSHPAGE);
283 entry = kmem_alloc(sizeof (tsd_hash_entry_t), KM_PUSHPAGE);
H A Dspl-taskq.c82 return (KM_PUSHPAGE);
1007 tqt = kmem_alloc(sizeof (*tqt), KM_PUSHPAGE);
1057 tq = kmem_alloc(sizeof (*tq), KM_PUSHPAGE);
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkmem.h48 #define KM_PUSHPAGE M_WAITOK macro
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Dkmem.h48 #define KM_PUSHPAGE M_WAITOK macro
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dabd_os.c186 void *c = kmem_cache_alloc(abd_chunk_cache, KM_PUSHPAGE);
217 abd_t *abd = kmem_alloc(abd_size, KM_PUSHPAGE);
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h409 #define KM_PUSHPAGE KM_SLEEP macro
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c194 abd_t *abd = kmem_cache_alloc(abd_cache, KM_PUSHPAGE);
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Darc.c2803 buf = *ret = kmem_cache_alloc(buf_cache, KM_PUSHPAGE);
3313 hdr = kmem_cache_alloc(hdr_full_crypt_cache, KM_PUSHPAGE);
3315 hdr = kmem_cache_alloc(hdr_full_cache, KM_PUSHPAGE);
3376 nhdr = kmem_cache_alloc(new, KM_PUSHPAGE);
3499 nhdr = kmem_cache_alloc(ncache, KM_PUSHPAGE);
9075 head = kmem_cache_alloc(hdr_l2only_cache, KM_PUSHPAGE);
H A Dvdev_raidz.c1204 KM_PUSHPAGE);
H A Dzio.c327 return (kmem_cache_alloc(zio_buf_cache[c], KM_PUSHPAGE));
343 return (kmem_cache_alloc(zio_data_buf_cache[c], KM_PUSHPAGE));

Completed in 302 milliseconds