Lines Matching refs:excess
472 unsigned long excess = 0; in soft_limit_excess() local
475 excess = nr_pages - soft_limit; in soft_limit_excess()
477 return excess; in soft_limit_excess()
482 unsigned long excess; in mem_cgroup_update_tree() local
501 excess = soft_limit_excess(memcg); in mem_cgroup_update_tree()
506 if (excess || mz->on_tree) { in mem_cgroup_update_tree()
517 __mem_cgroup_insert_exceeded(mz, mctz, excess); in mem_cgroup_update_tree()
1755 unsigned long excess; in mem_cgroup_soft_reclaim() local
1761 excess = soft_limit_excess(root_memcg); in mem_cgroup_soft_reclaim()
1781 if (total >= (excess >> 2) || in mem_cgroup_soft_reclaim()
3534 unsigned long excess; in mem_cgroup_soft_limit_reclaim() local
3578 excess = soft_limit_excess(mz->memcg); in mem_cgroup_soft_limit_reclaim()
3588 __mem_cgroup_insert_exceeded(mz, mctz, excess); in mem_cgroup_soft_limit_reclaim()