Lines Matching defs:excess
481 unsigned long excess = 0;
484 excess = nr_pages - soft_limit;
486 return excess;
491 unsigned long excess;
510 excess = soft_limit_excess(memcg);
515 if (excess || mz->on_tree) {
524 * If excess is 0, no tree ops.
526 __mem_cgroup_insert_exceeded(mz, mctz, excess);
1730 /* Calculate swap excess capacity from memsw limit */
1785 unsigned long excess;
1791 excess = soft_limit_excess(root_memcg);
1807 * excess >> 2 is not to excessive so as to
1811 if (total >= (excess >> 2) ||
3565 unsigned long excess;
3609 excess = soft_limit_excess(mz->memcg);
3618 /* If excess == 0, no tree ops */
3619 __mem_cgroup_insert_exceeded(mz, mctz, excess);