Searched refs:get_page_from_freelist (Results 1 – 2 of 2) sorted by relevance
| /linux/Documentation/mm/ |
| H A D | page_owner.rst | 82 get_page_from_freelist+0xd01/0xd80 104 get_page_from_freelist+0xd01/0xd80 131 get_page_from_freelist+0xd01/0xd80
|
| /linux/mm/ |
| H A D | page_alloc.c | 3808 get_page_from_freelist(gfp_t gfp_mask, unsigned int order, int alloc_flags, in get_page_from_freelist() function 4057 page = get_page_from_freelist(gfp_mask, order, in __alloc_pages_cpuset_fallback() 4064 page = get_page_from_freelist(gfp_mask, order, in __alloc_pages_cpuset_fallback() 4101 page = get_page_from_freelist((gfp_mask | __GFP_HARDWALL) & in __alloc_pages_may_oom() 4201 page = get_page_from_freelist(gfp_mask, order, alloc_flags, ac); in __alloc_pages_direct_compact() 4451 page = get_page_from_freelist(gfp_mask, order, alloc_flags, ac); in __alloc_pages_direct_reclaim() 4805 page = get_page_from_freelist(gfp_mask, order, alloc_flags, ac); in __alloc_pages_slowpath() 5250 page = get_page_from_freelist(alloc_gfp, order, alloc_flags, &ac); in __alloc_frozen_pages_noprof() 7818 page = get_page_from_freelist(alloc_gfp, order, alloc_flags, &ac); in alloc_frozen_pages_nolock_noprof()
|