Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dgfp.h357 struct page *try_alloc_pages_noprof(int nid, unsigned int order);
358 #define try_alloc_pages(...) alloc_hooks(try_alloc_pages_noprof(__VA_ARGS__))
/linux-6.15/mm/
H A Dpage_alloc.c7346 struct page *try_alloc_pages_noprof(int nid, unsigned int order) in try_alloc_pages_noprof() function