Searched refs:shrink_folio_list (Results 1 - 1 of 1) sorted by last modified time

/linux-master/mm/
H A Dvmscan.c219 * shrink_folio_list() is used for throttling instead, which lacks all the
607 * pageout is called by shrink_folio_list() for each dirty folio.
1010 * shrink_folio_list() returns the number of reclaimed pages
1012 static unsigned int shrink_folio_list(struct list_head *folio_list, function
1552 nr_reclaimed = shrink_folio_list(&clean_folios, zone->zone_pgdat, &sc,
1944 nr_reclaimed = shrink_folio_list(&folio_list, pgdat, sc, &stat, false);
1975 * which are in writeback to finish (see shrink_folio_list()).
2125 nr_reclaimed = shrink_folio_list(folio_list, pgdat, &sc, &dummy_stat, true);
3127 /* for shrink_folio_list() */
3998 * This function exploits spatial locality when shrink_folio_list() walk
[all...]

Completed in 170 milliseconds