Searched refs:get_page_from_freelist (Results 1 – 1 of 1) sorted by relevance
| /linux/mm/ |
| H A D | page_alloc.c | 3800 get_page_from_freelist(gfp_t gfp_mask, unsigned int order, int alloc_flags, in get_page_from_freelist() function 4031 page = get_page_from_freelist(gfp_mask, order, in __alloc_pages_cpuset_fallback() 4038 page = get_page_from_freelist(gfp_mask, order, in __alloc_pages_cpuset_fallback() 4075 page = get_page_from_freelist((gfp_mask | __GFP_HARDWALL) & in __alloc_pages_may_oom() 4225 page = get_page_from_freelist(gfp_mask, order, alloc_flags, ac); in __alloc_pages_direct_compact() 4483 page = get_page_from_freelist(gfp_mask, order, alloc_flags, ac); in __alloc_pages_direct_reclaim() 4884 page = get_page_from_freelist(gfp_mask, order, alloc_flags, ac); in __alloc_pages_slowpath() 5436 page = get_page_from_freelist(alloc_gfp, order, fastpath_alloc_flags, &ac); in __alloc_frozen_pages_noprof()
|