Lines Matching defs:isolated
544 * This misses isolated folios which are not accounted for to save counters.
546 * not expected that isolated folios will be a dominating factor.
1061 * that isolated the folio, the page cache and optional filesystem
1431 * folio_putback_lru - Put previously isolated folio onto appropriate LRU list.
1434 * Add previously isolated @folio to appropriate LRU list.
1928 * except we already have the folio isolated
2171 * Since lazyfree pages are isolated from file LRU from the beginning,
2173 * discard so isolated count will be mismatched.
2174 * Compensate the isolated count for both LRU lists.
2275 * return with no isolated folios if the LRU mostly contains
2387 unsigned long inactive, isolated;
2398 isolated = node_page_state(pgdat, NR_ISOLATED_FILE);
2401 isolated = node_page_state(pgdat, NR_ISOLATED_ANON);
2412 too_many = isolated > inactive;
2476 * All pages were isolated from the same lruvec (and isolation
3740 /* lru_gen_del_folio() has isolated this page? */
4971 int isolated = 0;
5004 isolated += delta;
5010 if (!--remaining || max(isolated, skipped) >= MIN_LRU_BATCH)
5019 if (!remaining || isolated >= MIN_LRU_BATCH)
5025 __count_vm_events(item, isolated);
5028 __count_memcg_events(memcg, item, isolated);
5030 __count_vm_events(PGSCAN_ANON + type, isolated);
5036 return isolated || !remaining ? scanned : 0;