Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dmemcontrol.h847 #define mem_cgroup_from_counter(counter, member) \ macro
/linux-6.12.1/mm/
Dmemcontrol.c2181 mem_over_limit = mem_cgroup_from_counter(counter, memory); in try_charge_memcg()
2183 mem_over_limit = mem_cgroup_from_counter(counter, memsw); in try_charge_memcg()