Searched refs:vmalloc (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/sys/contrib/xz-embedded/userspace/
H A Dxz_config.h44 #define vmalloc(size) malloc(size) macro
/freebsd-11-stable/sys/contrib/xz-embedded/freebsd/
H A Dxz_config.h58 #define vmalloc(size) xz_malloc(size) macro
/freebsd-11-stable/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c155 #undef vmalloc macro
159 #define vmalloc(size) malloc(size) macro
/freebsd-11-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_private.h20 # include <linux/vmalloc.h>
H A Dxz_dec_lzma2.c1115 s->dict.buf = vmalloc(dict_max);
1146 s->dict.buf = vmalloc(s->dict.size);
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_resources.c35 #include <linux/vmalloc.h>
H A Dmlx4_en_tx.c41 #include <linux/vmalloc.h>
H A Dmlx4_en_rx.c39 #include <linux/vmalloc.h>
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h56 #define vmalloc(size) __vmalloc(size, GFP_KERNEL, 0) macro
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_alloc.c32 #include <linux/vmalloc.h>
H A Dmlx5_health.c31 #include <linux/vmalloc.h>
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c62 #include <linux/vmalloc.h>
H A Dlinux_compat.c77 #include <linux/vmalloc.h>
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h39 #include <linux/vmalloc.h>
914 rtn = vmalloc(size);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_umem_odp.c41 #include <linux/vmalloc.h>
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c39 #include <linux/vmalloc.h>
H A Dmlx4_mr.c40 #include <linux/vmalloc.h>
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Den.h36 #include <linux/vmalloc.h>
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_mem2.c754 lut = vmalloc(n);
778 lut = vmalloc(n);
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c48 #include <linux/vmalloc.h>

Completed in 283 milliseconds