Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dpage_alloc.c7039 last = list_empty(&zone->unaccepted_pages); in __accept_page()
7075 page = list_first_entry_or_null(&zone->unaccepted_pages, in try_to_accept_memory_one()
7101 if (list_empty(&zone->unaccepted_pages)) in cond_accept_memory()
7130 first = list_empty(&zone->unaccepted_pages); in __free_unaccepted()
7131 list_add_tail(&page->lru, &zone->unaccepted_pages); in __free_unaccepted()
Dmm_init.c1404 INIT_LIST_HEAD(&zone->unaccepted_pages); in zone_init_free_lists()
/linux-6.12.1/include/linux/
Dmmzone.h942 struct list_head unaccepted_pages; member