diff options
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r-- | include/linux/mmzone.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index cc4a507d7ca4..842f9189537b 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -520,6 +520,12 @@ enum pgdat_flags { | |||
520 | PGDAT_RECLAIM_LOCKED, /* prevents concurrent reclaim */ | 520 | PGDAT_RECLAIM_LOCKED, /* prevents concurrent reclaim */ |
521 | }; | 521 | }; |
522 | 522 | ||
523 | enum zone_flags { | ||
524 | ZONE_BOOSTED_WATERMARK, /* zone recently boosted watermarks. | ||
525 | * Cleared when kswapd is woken. | ||
526 | */ | ||
527 | }; | ||
528 | |||
523 | static inline unsigned long zone_managed_pages(struct zone *zone) | 529 | static inline unsigned long zone_managed_pages(struct zone *zone) |
524 | { | 530 | { |
525 | return (unsigned long)atomic_long_read(&zone->managed_pages); | 531 | return (unsigned long)atomic_long_read(&zone->managed_pages); |