Searched refs:cond_accept_memory (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/mm/ |
| H A D | page_alloc.c | 293 static bool cond_accept_memory(struct zone *zone, unsigned int order, 3615 cond_accept_memory(zone, order, alloc_flags); in get_page_from_freelist() 3642 if (cond_accept_memory(zone, order, alloc_flags)) in get_page_from_freelist() 3695 if (cond_accept_memory(zone, order, alloc_flags)) in get_page_from_freelist() 4856 cond_accept_memory(zone, 0, alloc_flags); in alloc_pages_bulk_noprof() 4865 if (cond_accept_memory(zone, 0, alloc_flags)) in alloc_pages_bulk_noprof() 7254 static bool cond_accept_memory(struct zone *zone, unsigned int order, in cond_accept_memory() function 7318 static bool cond_accept_memory(struct zone *zone, unsigned int order, in cond_accept_memory() function
|