ZONE_BELOW_HIGH
if (test_bit(ZONE_BELOW_HIGH, &zone->flags)) {
if (test_bit(ZONE_BELOW_HIGH, &zone->flags) &&
clear_bit(ZONE_BELOW_HIGH, &zone->flags);
if (high_min != high_max && !test_bit(ZONE_BELOW_HIGH, &zone->flags))
if (test_bit(ZONE_BELOW_HIGH, &zone->flags))
set_bit(ZONE_BELOW_HIGH, &zone->flags);