Lines Matching defs:min
1464 margin = min(margin, limit - count);
1733 max += min(swap, (unsigned long)total_swap_pages);
1737 max += min(READ_ONCE(memcg->swap.max),
2633 penalty_jiffies = min(penalty_jiffies, MEMCG_MAX_HIGH_DELAY_JIFFIES);
4158 memory = min(memory, READ_ONCE(mi->memory.max));
4159 memsw = min(memsw, READ_ONCE(mi->memsw.max));
4623 * A memcg's headroom is "min(max, high) - used". In the hierarchy, the
4645 unsigned long ceiling = min(READ_ONCE(memcg->memory.max),
4649 *pheadroom = min(*pheadroom, ceiling - min(ceiling, used));
6505 READ_ONCE(mem_cgroup_from_seq(m)->memory.min));
6512 unsigned long min;
6516 err = page_counter_memparse(buf, "max", &min);
6520 page_counter_set_min(&memcg->memory, min);
6794 min(nr_to_reclaim - nr_reclaimed, SWAP_CLUSTER_MAX),
6818 .name = "min",
6896 * protection which is derived from its own memory.min/low, its
6903 * the declared protection in memory.min and memory.low.
6922 * is capped to its own memory.min/low setting.
6946 protected = min(usage, setting);
7047 memcg->memory.emin = READ_ONCE(memcg->memory.min);
7055 READ_ONCE(memcg->memory.min),