Home
last modified time | relevance | path

Searched refs:mem_cgroup_from_counter (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dmemcontrol.h413 #define mem_cgroup_from_counter(counter, member) \ macro
454 return mem_cgroup_from_counter(memcg->memory.parent, memory); in parent_mem_cgroup()
/Linux-v4.19/mm/
Dmemcontrol.c2170 mem_over_limit = mem_cgroup_from_counter(counter, memory); in try_charge()
2172 mem_over_limit = mem_cgroup_from_counter(counter, memsw); in try_charge()