Lines Matching defs:min
1464 margin = min(margin, limit - count);
1721 max += min(READ_ONCE(memcg->swap.max),
1728 max += min(swap, (unsigned long)total_swap_pages);
2672 penalty_jiffies = min(penalty_jiffies, MEMCG_MAX_HIGH_DELAY_JIFFIES);
4148 memory = min(memory, READ_ONCE(mi->memory.max));
4149 memsw = min(memsw, READ_ONCE(mi->memsw.max));
4643 * A memcg's headroom is "min(max, high) - used". In the hierarchy, the
4664 unsigned long ceiling = min(READ_ONCE(memcg->memory.max),
4668 *pheadroom = min(*pheadroom, ceiling - min(ceiling, used));
6372 READ_ONCE(mem_cgroup_from_seq(m)->memory.min));
6379 unsigned long min;
6383 err = page_counter_memparse(buf, "max", &min);
6387 page_counter_set_min(&memcg->memory, min);
6623 .name = "min",
6695 * protection which is derived from its own memory.min/low, its
6702 * the declared protection in memory.min and memory.low.
6721 * is capped to its own memory.min/low setting.
6745 protected = min(usage, setting);
6849 memcg->memory.emin = READ_ONCE(memcg->memory.min);
6857 READ_ONCE(memcg->memory.min),