Searched refs:vmalloc (Results 1 – 7 of 7) sorted by relevance
155 #undef vmalloc159 #define vmalloc(size) malloc(size) macro
58 #define vmalloc(size) xz_malloc(size) macro
44 #define vmalloc(size) malloc(size) macro
91 #include <linux/vmalloc.h>
347 #define vmalloc(sz) rte_malloc(NULL, sz, 0) macro
1115 s->dict.buf = vmalloc(dict_max); in xz_dec_lzma2_create()1146 s->dict.buf = vmalloc(s->dict.size); in xz_dec_lzma2_reset()
161 qman_fq_lookup_table = vmalloc((num_entries * sizeof(void *))); in qman_setup_fq_lookup_table()