Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c155 #undef vmalloc
159 #define vmalloc(size) malloc(size) macro
/freebsd-13.1/sys/contrib/xz-embedded/freebsd/
H A Dxz_config.h58 #define vmalloc(size) xz_malloc(size) macro
/freebsd-13.1/sys/contrib/xz-embedded/userspace/
H A Dxz_config.h44 #define vmalloc(size) malloc(size) macro
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dkernel-kmem.m492 #include <linux/vmalloc.h>
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h57 #define vmalloc(size) __vmalloc(size, GFP_KERNEL, 0) macro
/freebsd-13.1/sys/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()
/freebsd-13.1/sys/dev/mlx5/
H A Ddriver.h932 rtn = vmalloc(size); in mlx5_vmalloc()
/freebsd-13.1/sys/dev/netmap/
H A Dnetmap_mem2.c757 lut = vmalloc(n); in nm_alloc_lut()
781 lut = vmalloc(n); in nm_alloc_plut()
/freebsd-13.1/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c159 data = vmalloc(sec->size); in iwl_alloc_fw_desc()