Searched refs:parent_usage (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | memcontrol.c | 6737 unsigned long parent_usage, in effective_protection() 6788 * Check both usage and parent_usage against the respective in effective_protection() 6795 parent_usage > siblings_protected && in effective_protection() 6801 unclaimed /= parent_usage - siblings_protected; in effective_protection() 6820 unsigned long usage, parent_usage; in mem_cgroup_calculate_protection() local 6854 parent_usage = page_counter_read(&parent->memory); in mem_cgroup_calculate_protection() 6856 WRITE_ONCE(memcg->memory.emin, effective_protection(usage, parent_usage, in mem_cgroup_calculate_protection() 6861 WRITE_ONCE(memcg->memory.elow, effective_protection(usage, parent_usage, in mem_cgroup_calculate_protection() 6736 effective_protection(unsigned long usage, unsigned long parent_usage, unsigned long setting, unsigned long parent_effective, unsigned long siblings_protected) effective_protection() argument
|
/kernel/linux/linux-6.6/mm/ |
H A D | memcontrol.c | 6938 unsigned long parent_usage, in effective_protection() 6989 * Check both usage and parent_usage against the respective in effective_protection() 6996 parent_usage > siblings_protected && in effective_protection() 7002 unclaimed /= parent_usage - siblings_protected; in effective_protection() 7021 unsigned long usage, parent_usage; in mem_cgroup_calculate_protection() local 7052 parent_usage = page_counter_read(&parent->memory); in mem_cgroup_calculate_protection() 7054 WRITE_ONCE(memcg->memory.emin, effective_protection(usage, parent_usage, in mem_cgroup_calculate_protection() 7059 WRITE_ONCE(memcg->memory.elow, effective_protection(usage, parent_usage, in mem_cgroup_calculate_protection() 6937 effective_protection(unsigned long usage, unsigned long parent_usage, unsigned long setting, unsigned long parent_effective, unsigned long siblings_protected) effective_protection() argument
|
Completed in 21 milliseconds