Home
last modified time | relevance | path

Searched refs:to_accept (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/mm/
Dpage_alloc.c6639 long to_accept; in try_to_accept_memory() local
6643 to_accept = high_wmark_pages(zone) - in try_to_accept_memory()
6652 to_accept -= MAX_ORDER_NR_PAGES; in try_to_accept_memory()
6653 } while (to_accept > 0); in try_to_accept_memory()