Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/xz-embedded/linux/lib/
HDdecompress_unxz.c155 #undef vmalloc
159 #define vmalloc(size) malloc(size) macro
/freebsd-13-stable/sys/contrib/xz-embedded/freebsd/
HDxz_config.h58 #define vmalloc(size) xz_malloc(size) macro
/freebsd-13-stable/sys/contrib/xz-embedded/userspace/
HDxz_config.h47 #define vmalloc(size) malloc(size) macro
/freebsd-13-stable/sys/contrib/openzfs/config/
HDkernel-kmem.m492 #include <linux/vmalloc.h>
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDslab.h55 #define vmalloc(size) __vmalloc(size, GFP_KERNEL, 0) macro
/freebsd-13-stable/sys/contrib/xz-embedded/linux/lib/xz/
HDxz_dec_lzma2.c1152 s->dict.buf = vmalloc(dict_max); in xz_dec_lzma2_create()
1184 s->dict.buf = vmalloc(s->dict.size); in xz_dec_lzma2_reset()
1312 s->s.dict.buf = vmalloc(dict_size); in xz_dec_microlzma_alloc()
/freebsd-13-stable/sys/dev/mlx5/
HDdriver.h933 rtn = vmalloc(size); in mlx5_vmalloc()
/freebsd-13-stable/sys/dev/netmap/
HDnetmap_mem2.c755 lut = vmalloc(n); in nm_alloc_lut()
779 lut = vmalloc(n); in nm_alloc_plut()
/freebsd-13-stable/sys/contrib/dev/iwlwifi/
HDiwl-drv.c166 data = vmalloc(sec->size); in iwl_alloc_fw_desc()
/freebsd-13-stable/sys/dev/irdma/
HDirdma_utils.c2123 va = vmalloc(size); in irdma_pble_get_paged_mem()
/freebsd-13-stable/sys/contrib/dev/rtw88/
HDmain.c423 desc->data = vmalloc(prep_size); in rtw_fwcd_prep()