Home
last modified time | relevance | path

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

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