Lines Matching refs:excess
470 unsigned long excess = 0; in soft_limit_excess() local
473 excess = nr_pages - soft_limit; in soft_limit_excess()
475 return excess; in soft_limit_excess()
480 unsigned long excess; in mem_cgroup_update_tree() local
499 excess = soft_limit_excess(memcg); in mem_cgroup_update_tree()
504 if (excess || mz->on_tree) { in mem_cgroup_update_tree()
515 __mem_cgroup_insert_exceeded(mz, mctz, excess); in mem_cgroup_update_tree()
1735 unsigned long excess; in mem_cgroup_soft_reclaim() local
1741 excess = soft_limit_excess(root_memcg); in mem_cgroup_soft_reclaim()
1761 if (total >= (excess >> 2) || in mem_cgroup_soft_reclaim()
3537 unsigned long excess; in mem_cgroup_soft_limit_reclaim() local
3581 excess = soft_limit_excess(mz->memcg); in mem_cgroup_soft_limit_reclaim()
3591 __mem_cgroup_insert_exceeded(mz, mctz, excess); in mem_cgroup_soft_limit_reclaim()