Home
last modified time | relevance | path

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

/linux/mm/
H A Dvmscan.c997 static unsigned int demote_folio_list(struct list_head *demote_folios, in demote_folio_list() argument
1017 if (list_empty(demote_folios)) in demote_folio_list()
1033 migrate_pages(demote_folios, alloc_demote_folio, NULL, in demote_folio_list()
1065 LIST_HEAD(demote_folios); in shrink_folio_list()
1250 list_add(&folio->lru, &demote_folios); in shrink_folio_list()
1546 nr_demoted = demote_folio_list(&demote_folios, pgdat, memcg); in shrink_folio_list()
1550 if (!list_empty(&demote_folios)) { in shrink_folio_list()
1552 list_splice_init(&demote_folios, folio_list); in shrink_folio_list()