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

/linux-master/mm/
H A Dvmscan.c951 * Take folios on @demote_folios and attempt to demote them to another node.
952 * Folios which are not demoted are left on @demote_folios.
954 static unsigned int demote_folio_list(struct list_head *demote_folios, argument
973 if (list_empty(demote_folios))
982 migrate_pages(demote_folios, alloc_demote_folio, NULL,
1017 LIST_HEAD(demote_folios);
1187 list_add(&folio->lru, &demote_folios);
1463 nr_reclaimed += demote_folio_list(&demote_folios, pgdat);
1464 /* Folios that could not be demoted are still in @demote_folios */
1465 if (!list_empty(&demote_folios)) {
[all...]

Completed in 219 milliseconds