Searched refs:__vmalloc_array (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/mm/ |
A D | util.c | 692 void *__vmalloc_array(size_t n, size_t size, gfp_t flags) in __vmalloc_array() function 700 EXPORT_SYMBOL(__vmalloc_array); 709 return __vmalloc_array(n, size, GFP_KERNEL); in vmalloc_array() 721 return __vmalloc_array(n, size, flags | __GFP_ZERO); in __vcalloc() 732 return __vmalloc_array(n, size, GFP_KERNEL | __GFP_ZERO); in vcalloc()
|
/linux-6.3-rc2/include/linux/ |
A D | vmalloc.h | 159 extern void *__vmalloc_array(size_t n, size_t size, gfp_t flags) __alloc_size(1, 2);
|
Completed in 5 milliseconds