Lines Matching refs:excess
678 unsigned long excess = 0; in soft_limit_excess() local
681 excess = nr_pages - soft_limit; in soft_limit_excess()
683 return excess; in soft_limit_excess()
688 unsigned long excess; in mem_cgroup_update_tree() local
699 excess = soft_limit_excess(memcg); in mem_cgroup_update_tree()
704 if (excess || mz->on_tree) { in mem_cgroup_update_tree()
715 __mem_cgroup_insert_exceeded(mz, mctz, excess); in mem_cgroup_update_tree()
1700 unsigned long excess; in mem_cgroup_soft_reclaim() local
1707 excess = soft_limit_excess(root_memcg); in mem_cgroup_soft_reclaim()
1727 if (total >= (excess >> 2) || in mem_cgroup_soft_reclaim()
2941 unsigned long excess; in mem_cgroup_soft_limit_reclaim() local
2977 excess = soft_limit_excess(mz->memcg); in mem_cgroup_soft_limit_reclaim()
2987 __mem_cgroup_insert_exceeded(mz, mctz, excess); in mem_cgroup_soft_limit_reclaim()