Searched refs:ZONE_BELOW_HIGH (Results 1 - 2 of 2) sorted by relevance

/linux-master/mm/
H A Dpage_alloc.c2412 if (test_bit(ZONE_BELOW_HIGH, &zone->flags)) {
2469 if (test_bit(ZONE_BELOW_HIGH, &zone->flags) &&
2472 clear_bit(ZONE_BELOW_HIGH, &zone->flags);
2784 if (high_min != high_max && !test_bit(ZONE_BELOW_HIGH, &zone->flags))
3253 if (test_bit(ZONE_BELOW_HIGH, &zone->flags))
3262 set_bit(ZONE_BELOW_HIGH, &zone->flags);
/linux-master/include/linux/
H A Dmmzone.h1014 ZONE_BELOW_HIGH, /* zone is below high watermark. */ enumerator in enum:zone_flags

Completed in 104 milliseconds