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

/linux-master/mm/
H A Dmadvise.c42 bool pageout; member in struct:madvise_walk_private
330 bool pageout = private->pageout; local
343 pageout_anon_only_filter = pageout && !vma_is_anonymous(vma) &&
389 if (!pageout && pmd_young(orig_pmd)) {
401 if (pageout) {
412 if (pageout)
493 if (!pageout && pte_young(ptent)) {
511 if (pageout) {
526 if (pageout)
[all...]
H A Dvmscan.c594 /* possible outcome of pageout() */
607 * pageout is called by shrink_folio_list() for each dirty folio.
610 static pageout_t pageout(struct folio *folio, struct address_space *mapping, function
1323 switch (pageout(folio, mapping, &plug)) {
2180 * on this LRU, maintained by the pageout code. An inactive_ratio
7085 * The background pageout daemon, started as a kernel thread

Completed in 128 milliseconds