Searched refs:__vmalloc_array (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/mm/ |
D | util.c | 696 void *__vmalloc_array(size_t n, size_t size, gfp_t flags) in __vmalloc_array() function 704 EXPORT_SYMBOL(__vmalloc_array); 713 return __vmalloc_array(n, size, GFP_KERNEL); in vmalloc_array() 725 return __vmalloc_array(n, size, flags | __GFP_ZERO); in __vcalloc() 736 return __vmalloc_array(n, size, GFP_KERNEL | __GFP_ZERO); in vcalloc()
|
/Linux-v6.6/include/linux/ |
D | vmalloc.h | 156 extern void *__vmalloc_array(size_t n, size_t size, gfp_t flags) __alloc_size(1, 2);
|