Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dmemcontrol.c6673 unsigned long parent_usage, in effective_protection() argument
6731 parent_usage > siblings_protected && in effective_protection()
6737 unclaimed /= parent_usage - siblings_protected; in effective_protection()
6756 unsigned long usage, parent_usage; in mem_cgroup_calculate_protection() local
6790 parent_usage = page_counter_read(&parent->memory); in mem_cgroup_calculate_protection()
6792 WRITE_ONCE(memcg->memory.emin, effective_protection(usage, parent_usage, in mem_cgroup_calculate_protection()
6797 WRITE_ONCE(memcg->memory.elow, effective_protection(usage, parent_usage, in mem_cgroup_calculate_protection()