Searched refs:__vmalloc_array (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/mm/ |
H A D | util.c | 706 void *__vmalloc_array(size_t n, size_t size, gfp_t flags) in __vmalloc_array() function 714 EXPORT_SYMBOL(__vmalloc_array); 723 return __vmalloc_array(n, size, GFP_KERNEL); in vmalloc_array() 735 return __vmalloc_array(n, size, flags | __GFP_ZERO); in __vcalloc() 746 return __vmalloc_array(n, size, GFP_KERNEL | __GFP_ZERO); in vcalloc()
|
/openbmc/linux/include/linux/ |
H A D | vmalloc.h | 156 extern void *__vmalloc_array(size_t n, size_t size, gfp_t flags) __alloc_size(1, 2);
|