Home
last modified time | relevance | path

Searched refs:demote_folios (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/mm/
H A Dvmscan.c1581 * Take folios on @demote_folios and attempt to demote them to another node.
1582 * Folios which are not demoted are left on @demote_folios.
1584 static unsigned int demote_folio_list(struct list_head *demote_folios, in demote_folio_list() argument
1603 if (list_empty(demote_folios)) in demote_folio_list()
1612 migrate_pages(demote_folios, alloc_demote_folio, NULL, in demote_folio_list()
1646 LIST_HEAD(demote_folios); in shrink_folio_list()
1816 list_add(&folio->lru, &demote_folios); in shrink_folio_list()
2092 nr_reclaimed += demote_folio_list(&demote_folios, pgdat); in shrink_folio_list()
2093 /* Folios that could not be demoted are still in @demote_folios */ in shrink_folio_list()
2094 if (!list_empty(&demote_folios)) { in shrink_folio_list()
[all...]

Completed in 6 milliseconds