Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dpage_counter.h18 unsigned long emin; member
Dmemcontrol.h407 return READ_ONCE(memcg->memory.emin); in mem_cgroup_protection()
409 return max(READ_ONCE(memcg->memory.emin), in mem_cgroup_protection()
440 return READ_ONCE(memcg->memory.emin) >= in mem_cgroup_below_min()
/Linux-v5.10/mm/
Dmemcontrol.c6737 memcg->memory.emin = READ_ONCE(memcg->memory.min); in mem_cgroup_calculate_protection()
6744 WRITE_ONCE(memcg->memory.emin, effective_protection(usage, parent_usage, in mem_cgroup_calculate_protection()
6746 READ_ONCE(parent->memory.emin), in mem_cgroup_calculate_protection()