Searched refs:get_page_from_freelist (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | page_alloc.c | 3678 get_page_from_freelist(gfp_t gfp_mask, unsigned int order, int alloc_flags, in get_page_from_freelist() function 3878 page = get_page_from_freelist(gfp_mask, order, in __alloc_pages_cpuset_fallback() 3885 page = get_page_from_freelist(gfp_mask, order, in __alloc_pages_cpuset_fallback() 3923 page = get_page_from_freelist((gfp_mask | __GFP_HARDWALL) & in __alloc_pages_may_oom() 4020 page = get_page_from_freelist(gfp_mask, order, alloc_flags, ac); in __alloc_pages_direct_compact() 4275 page = get_page_from_freelist(gfp_mask, order, alloc_flags, ac); in __alloc_pages_direct_reclaim() 4583 page = get_page_from_freelist(gfp_mask, order, alloc_flags, ac); in __alloc_pages_slowpath() 4677 page = get_page_from_freelist(gfp_mask, order, alloc_flags, ac); in __alloc_pages_slowpath() 4893 page = get_page_from_freelist(alloc_mask, order, alloc_flags, &ac); in __alloc_pages_nodemask()
|