Searched refs:mem_over_limit (Results 1 – 1 of 1) sorted by relevance
2715 struct mem_cgroup *mem_over_limit; in try_charge() local2736 mem_over_limit = mem_cgroup_from_counter(counter, memory); in try_charge()2738 mem_over_limit = mem_cgroup_from_counter(counter, memsw); in try_charge()2771 memcg_memory_event(mem_over_limit, MEMCG_MAX); in try_charge()2774 nr_reclaimed = try_to_free_mem_cgroup_pages(mem_over_limit, nr_pages, in try_charge()2778 if (mem_cgroup_margin(mem_over_limit) >= nr_pages) in try_charge()2782 drain_all_stock(mem_over_limit); in try_charge()2804 if (mem_cgroup_wait_acct_move(mem_over_limit)) in try_charge()2825 oom_status = mem_cgroup_oom(mem_over_limit, gfp_mask, in try_charge()