Lines Matching defs:excess
680 unsigned long excess = 0;
683 excess = nr_pages - soft_limit;
685 return excess;
690 unsigned long excess;
703 excess = soft_limit_excess(memcg);
708 if (excess || mz->on_tree) {
717 * If excess is 0, no tree ops.
719 __mem_cgroup_insert_exceeded(mz, mctz, excess);
1725 /* Calculate swap excess capacity from memsw limit */
1776 unsigned long excess;
1782 excess = soft_limit_excess(root_memcg);
1798 * excess >> 2 is not to excessive so as to
1802 if (total >= (excess >> 2) ||
3429 unsigned long excess;
3474 excess = soft_limit_excess(mz->memcg);
3483 /* If excess == 0, no tree ops */
3484 __mem_cgroup_insert_exceeded(mz, mctz, excess);