Home
last modified time | relevance | path

Searched refs:vmalloc (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c155 #undef vmalloc
159 #define vmalloc(size) malloc(size) macro
/f-stack/freebsd/contrib/xz-embedded/freebsd/
H A Dxz_config.h58 #define vmalloc(size) xz_malloc(size) macro
/f-stack/freebsd/contrib/xz-embedded/userspace/
H A Dxz_config.h44 #define vmalloc(size) malloc(size) macro
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-kmem.m491 #include <linux/vmalloc.h>
/f-stack/dpdk/drivers/common/dpaax/
H A Dcompat.h347 #define vmalloc(sz) rte_malloc(NULL, sz, 0) macro
/f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c1115 s->dict.buf = vmalloc(dict_max); in xz_dec_lzma2_create()
1146 s->dict.buf = vmalloc(s->dict.size); in xz_dec_lzma2_reset()
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman.c161 qman_fq_lookup_table = vmalloc((num_entries * sizeof(void *))); in qman_setup_fq_lookup_table()