Searched refs:cond_accept_memory (Results 1 – 1 of 1) sorted by relevance
/linux/mm/ |
H A D | page_alloc.c | 289 static bool cond_accept_memory(struct zone *zone, unsigned int order); 3405 cond_accept_memory(zone, order); in get_page_from_freelist() 3432 if (cond_accept_memory(zone, order)) in get_page_from_freelist() 3485 if (cond_accept_memory(zone, order)) in get_page_from_freelist() 4624 cond_accept_memory(zone, 0); in alloc_pages_bulk_noprof() 4633 if (cond_accept_memory(zone, 0)) in alloc_pages_bulk_noprof() 7093 static bool cond_accept_memory(struct zone *zone, unsigned int order) in cond_accept_memory() 7150 static bool cond_accept_memory(struct zone *zone, unsigned int order) in cond_accept_memory() 7092 static bool cond_accept_memory(struct zone *zone, unsigned int order) cond_accept_memory() function 7149 static bool cond_accept_memory(struct zone *zone, unsigned int order) cond_accept_memory() function
|