Home
last modified time | relevance | path

Searched defs:vmalloc (Results 1 – 3 of 3) sorted by relevance

/linux/lib/
H A Ddecompress_unxz.c166 #define vmalloc(size) malloc(size) macro
H A Dtest_objpool.c42 struct ot_mem_stat vmalloc; member
/linux/include/linux/
H A Dvmalloc.h147 #define vmalloc(...) alloc_hooks(vmalloc_noprof(__VA_ARGS__)) macro