Lines Matching defs:high_max
2777 int high, high_min, high_max;
2780 high_max = READ_ONCE(pcp->high_max);
2781 high = pcp->high = clamp(pcp->high, high_min, high_max);
2803 if (high_min == high_max)
2816 pcp->high = clamp(need_high, high_min, high_max);
3194 int high_max, high_min;
3198 high_max = READ_ONCE(pcp->high_max);
3199 high = pcp->high = clamp(pcp->high, high_min, high_max);
3214 if (high_min != high_max && !test_bit(ZONE_BELOW_HIGH, &zone->flags))
3215 high = pcp->high = min(high + batch, high_max);
5912 * store tearing. Any new users of pcp->batch, pcp->high_min and pcp->high_max
5922 unsigned long high_max, unsigned long batch)
5926 WRITE_ONCE(pcp->high_max, high_max);
5947 pcp->high_max = BOOT_PAGESET_HIGH;
5953 unsigned long high_max, unsigned long batch)
5960 pageset_update(pcp, high_min, high_max, batch);
5978 * setting high_min and high_max to the manual value.