|
@@ -40,6 +40,11 @@ enum vm_event_item { PGPGIN, PGPGOUT, PSWPIN, PSWPOUT,
|
|
PAGEOUTRUN, ALLOCSTALL, PGROTATED,
|
|
PAGEOUTRUN, ALLOCSTALL, PGROTATED,
|
|
#ifdef CONFIG_HUGETLB_PAGE
|
|
#ifdef CONFIG_HUGETLB_PAGE
|
|
HTLB_BUDDY_PGALLOC, HTLB_BUDDY_PGALLOC_FAIL,
|
|
HTLB_BUDDY_PGALLOC, HTLB_BUDDY_PGALLOC_FAIL,
|
|
|
|
+#endif
|
|
|
|
+#ifdef CONFIG_UNEVICTABLE_LRU
|
|
|
|
+ UNEVICTABLE_PGCULLED, /* culled to noreclaim list */
|
|
|
|
+ UNEVICTABLE_PGSCANNED, /* scanned for reclaimability */
|
|
|
|
+ UNEVICTABLE_PGRESCUED, /* rescued from noreclaim list */
|
|
#endif
|
|
#endif
|
|
NR_VM_EVENT_ITEMS
|
|
NR_VM_EVENT_ITEMS
|
|
};
|
|
};
|