Searched refs:__vcalloc_noprof (Results 1 – 2 of 2) sorted by relevance
194 extern void *__vcalloc_noprof(size_t n, size_t size, gfp_t flags) __alloc_size(1, 2);195 #define __vcalloc(...) alloc_hooks(__vcalloc_noprof(__VA_ARGS__))
653 void *__vcalloc_noprof(size_t n, size_t size, gfp_t flags) in __vcalloc_noprof() function657 EXPORT_SYMBOL(__vcalloc_noprof);