Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dpage_alloc.c6629 page = list_first_entry_or_null(&zone->unaccepted_pages, in try_to_accept_memory_one()
6637 last = list_empty(&zone->unaccepted_pages); in try_to_accept_memory_one()
6661 if (list_empty(&zone->unaccepted_pages)) in cond_accept_memory()
6695 first = list_empty(&zone->unaccepted_pages); in __free_unaccepted()
6696 list_add_tail(&page->lru, &zone->unaccepted_pages); in __free_unaccepted()
H A Dmm_init.c1393 INIT_LIST_HEAD(&zone->unaccepted_pages); in zone_init_free_lists()
/openbmc/linux/include/linux/
H A Dmmzone.h937 struct list_head unaccepted_pages; member