Lines Matching defs:reclaimed
434 * flush_reclaim_state(): add pages reclaimed outside of LRU-based reclaim to
440 * Currently, reclaim_state->reclaimed includes three types of pages
449 * If we count the entire page as reclaimed from the memcg, we end up
450 * overestimating the reclaimed amount (potentially under-reclaiming).
457 * charged to the target memcg, we end up underestimating the reclaimed
468 sc->nr_reclaimed += current->reclaim_state->reclaimed;
469 current->reclaim_state->reclaimed = 0;
538 * Can it be reclaimed from this node via demotion?
959 * Returns the number of reclaimed slab objects.
1308 bool reclaimed, struct mem_cgroup *target_memcg)
1356 if (reclaimed && !mapping_exiting(mapping))
1367 * Remember a shadow entry for reclaimed file cache in
1382 if (reclaimed && folio_is_file_lru(folio) &&
1638 * shrink_folio_list() returns the number of reclaimed pages
2104 * should be reclaimed from lower tier nodes and demoted from
2522 * of reclaimed pages
2833 * folio has a chance to be referenced again before it is reclaimed.
5133 int reclaimed;
5159 reclaimed = shrink_folio_list(&list, pgdat, sc, &stat, false);
5160 sc->nr_reclaimed += reclaimed;
5201 __count_vm_events(item, reclaimed);
5202 __count_memcg_events(memcg, item, reclaimed);
5203 __count_vm_events(PGSTEAL_ANON + type, reclaimed);
5383 unsigned long reclaimed = sc->nr_reclaimed;
5406 sc->nr_reclaimed - reclaimed);
5558 unsigned long reclaimed = sc->nr_reclaimed;
5587 sc->nr_reclaimed += reclaimed;
6296 * when the requested number of pages are reclaimed when scanning at
6403 * true if more pages should be reclaimed such that when the page allocator
6448 * If we have not reclaimed enough pages for compaction and the
6468 unsigned long reclaimed;
6501 reclaimed = sc->nr_reclaimed;
6513 sc->nr_reclaimed - reclaimed);
6759 * and returns the number of reclaimed pages and
6833 * returns: 0, if no pages reclaimed
6834 * else, the number of pages reclaimed
7366 * reclaimed then recheck watermarks only at order-0 to prevent
7519 * from reclaim context. If no pages are reclaimed, the
7633 * be reclaimed by kswapd from the waker. If the value is MAX_NR_ZONES which is