Searched refs:mem_over_limit (Results 1 – 1 of 1) sorted by relevance
2557 struct mem_cgroup *mem_over_limit; in try_charge() local2576 mem_over_limit = mem_cgroup_from_counter(counter, memory); in try_charge()2578 mem_over_limit = mem_cgroup_from_counter(counter, memsw); in try_charge()2620 memcg_memory_event(mem_over_limit, MEMCG_MAX); in try_charge()2622 nr_reclaimed = try_to_free_mem_cgroup_pages(mem_over_limit, nr_pages, in try_charge()2625 if (mem_cgroup_margin(mem_over_limit) >= nr_pages) in try_charge()2629 drain_all_stock(mem_over_limit); in try_charge()2651 if (mem_cgroup_wait_acct_move(mem_over_limit)) in try_charge()2671 oom_status = mem_cgroup_oom(mem_over_limit, gfp_mask, in try_charge()