Home
last modified time | relevance | path

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

/include/linux/
Dskbuff.h3463 static inline struct page *__dev_alloc_pages_noprof(gfp_t gfp_mask, in __dev_alloc_pages_noprof() function
3478 #define __dev_alloc_pages(...) alloc_hooks(__dev_alloc_pages_noprof(__VA_ARGS__))
3496 return __dev_alloc_pages_noprof(gfp_mask, 0); in __dev_alloc_page_noprof()