Home
last modified time | relevance | path

Searched refs:mem_cgroup_margin (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dmemcontrol.c1443 * mem_cgroup_margin - calculate chargeable space of a memory cgroup
1449 static unsigned long mem_cgroup_margin(struct mem_cgroup *memcg) in mem_cgroup_margin() function
1754 if (mem_cgroup_margin(memcg) >= (1 << order)) in mem_cgroup_out_of_memory()
2774 if (mem_cgroup_margin(mem_over_limit) >= nr_pages) in try_charge()
/kernel/linux/linux-6.6/mm/
H A Dmemcontrol.c1443 * mem_cgroup_margin - calculate chargeable space of a memory cgroup
1449 static unsigned long mem_cgroup_margin(struct mem_cgroup *memcg) in mem_cgroup_margin() function
1763 if (mem_cgroup_margin(memcg) >= (1 << order)) in mem_cgroup_out_of_memory()
2725 if (mem_cgroup_margin(mem_over_limit) >= nr_pages) in try_charge_memcg()

Completed in 21 milliseconds