Home
last modified time | relevance | path

Searched refs:__vmalloc_user_flags (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/mm/
Dnommu.c166 static void *__vmalloc_user_flags(unsigned long size, gfp_t flags) in __vmalloc_user_flags() function
186 return __vmalloc_user_flags(size, GFP_KERNEL | __GFP_ZERO); in vmalloc_user()