mm: account for the number of times direct reclaimers get throttled
[linux-2.6-block.git] / include / linux / vm_event_item.h
index 06f8e38582512eb7be8713f5579887cdd559a813..57f7b1091511b3103e9850c893a7fe7fb7a37f3a 100644 (file)
@@ -30,6 +30,7 @@ enum vm_event_item { PGPGIN, PGPGOUT, PSWPIN, PSWPOUT,
                FOR_ALL_ZONES(PGSTEAL_DIRECT),
                FOR_ALL_ZONES(PGSCAN_KSWAPD),
                FOR_ALL_ZONES(PGSCAN_DIRECT),
+               PGSCAN_DIRECT_THROTTLE,
 #ifdef CONFIG_NUMA
                PGSCAN_ZONE_RECLAIM_FAILED,
 #endif