Searched refs:target_memcg (Results 1 - 3 of 3) sorted by relevance

/linux-master/mm/
H A Dworkingset.c376 * @target_memcg: the cgroup that is causing the reclaim
382 void *workingset_eviction(struct folio *folio, struct mem_cgroup *target_memcg) argument
397 lruvec = mem_cgroup_lruvec(target_memcg, pgdat);
398 /* XXX: target_memcg can be NULL, go through lruvec */
H A Dvmscan.c685 bool reclaimed, struct mem_cgroup *target_memcg)
734 shadow = workingset_eviction(folio, target_memcg);
761 shadow = workingset_eviction(folio, target_memcg);
5831 struct mem_cgroup *target_memcg = sc->target_mem_cgroup; local
5834 memcg = mem_cgroup_iter(target_memcg, NULL, NULL);
5848 mem_cgroup_calculate_protection(target_memcg, memcg);
5850 if (mem_cgroup_below_min(target_memcg, memcg)) {
5856 } else if (mem_cgroup_below_low(target_memcg, memcg)) {
5884 } while ((memcg = mem_cgroup_iter(target_memcg, memcg, NULL)));
6165 static void snapshot_refaults(struct mem_cgroup *target_memcg, pg_data_ argument
684 __remove_mapping(struct address_space *mapping, struct folio *folio, bool reclaimed, struct mem_cgroup *target_memcg) argument
[all...]
/linux-master/include/linux/
H A Dswap.h349 void *workingset_eviction(struct folio *folio, struct mem_cgroup *target_memcg);

Completed in 113 milliseconds