Searched refs:get_page_from_freelist (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | page_alloc.c | 4299 get_page_from_freelist(gfp_t gfp_mask, unsigned int order, int alloc_flags, in get_page_from_freelist() function 4499 page = get_page_from_freelist(gfp_mask, order, in __alloc_pages_cpuset_fallback() 4506 page = get_page_from_freelist(gfp_mask, order, in __alloc_pages_cpuset_fallback() 4544 page = get_page_from_freelist((gfp_mask | __GFP_HARDWALL) & in __alloc_pages_may_oom() 4641 page = get_page_from_freelist(gfp_mask, order, alloc_flags, ac); in __alloc_pages_direct_compact() 4907 page = get_page_from_freelist(gfp_mask, order, alloc_flags, ac); in __alloc_pages_direct_reclaim() 5221 page = get_page_from_freelist(gfp_mask, order, alloc_flags, ac); in __alloc_pages_slowpath() 5301 page = get_page_from_freelist(gfp_mask, order, alloc_flags, ac); in __alloc_pages_slowpath() 5696 page = get_page_from_freelist(alloc_gfp, order, alloc_flags, &ac); in __alloc_pages()
|