Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dpage_alloc.c6592 static bool lazy_accept = true;
6597 lazy_accept = true; in accept_memory_parse()
6600 lazy_accept = false; in accept_memory_parse()
6692 if (!lazy_accept) in __free_unaccepted()
6591 static bool lazy_accept = true; global() variable