Searched refs:mem_over_limit (Results 1 – 1 of 1) sorted by relevance
2507 struct mem_cgroup *mem_over_limit; in try_charge() local2526 mem_over_limit = mem_cgroup_from_counter(counter, memory); in try_charge()2528 mem_over_limit = mem_cgroup_from_counter(counter, memsw); in try_charge()2570 memcg_memory_event(mem_over_limit, MEMCG_MAX); in try_charge()2572 nr_reclaimed = try_to_free_mem_cgroup_pages(mem_over_limit, nr_pages, in try_charge()2575 if (mem_cgroup_margin(mem_over_limit) >= nr_pages) in try_charge()2579 drain_all_stock(mem_over_limit); in try_charge()2601 if (mem_cgroup_wait_acct_move(mem_over_limit)) in try_charge()2621 oom_status = mem_cgroup_oom(mem_over_limit, gfp_mask, in try_charge()