Home
last modified time | relevance | path

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

/include/linux/
Dskbuff.h2841 static inline struct page *__dev_alloc_pages(gfp_t gfp_mask, in __dev_alloc_pages() function
2859 return __dev_alloc_pages(GFP_ATOMIC | __GFP_NOWARN, order); in dev_alloc_pages()
2872 return __dev_alloc_pages(gfp_mask, 0); in __dev_alloc_page()