Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dskbuff.h2740 static inline struct page *__dev_alloc_pages(gfp_t gfp_mask, in __dev_alloc_pages() function
2758 return __dev_alloc_pages(GFP_ATOMIC | __GFP_NOWARN, order); in dev_alloc_pages()
2771 return __dev_alloc_pages(gfp_mask, 0); in __dev_alloc_page()