vmstat.c (f1a5ab1210579e2d3ac8c0c227645823af5aafb0) | vmstat.c (748446bb6b5a9390b546af38ec899c868a9dbcf0) |
---|---|
1/* 2 * linux/mm/vmstat.c 3 * 4 * Manages VM statistics 5 * Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds 6 * 7 * zoned VM statistics 8 * Copyright (C) 2006 Silicon Graphics, Inc., --- 752 unchanged lines hidden (view full) --- 761 "kswapd_inodesteal", 762 "kswapd_low_wmark_hit_quickly", 763 "kswapd_high_wmark_hit_quickly", 764 "kswapd_skip_congestion_wait", 765 "pageoutrun", 766 "allocstall", 767 768 "pgrotated", | 1/* 2 * linux/mm/vmstat.c 3 * 4 * Manages VM statistics 5 * Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds 6 * 7 * zoned VM statistics 8 * Copyright (C) 2006 Silicon Graphics, Inc., --- 752 unchanged lines hidden (view full) --- 761 "kswapd_inodesteal", 762 "kswapd_low_wmark_hit_quickly", 763 "kswapd_high_wmark_hit_quickly", 764 "kswapd_skip_congestion_wait", 765 "pageoutrun", 766 "allocstall", 767 768 "pgrotated", |
769 770#ifdef CONFIG_COMPACTION 771 "compact_blocks_moved", 772 "compact_pages_moved", 773 "compact_pagemigrate_failed", 774#endif 775 |
|
769#ifdef CONFIG_HUGETLB_PAGE 770 "htlb_buddy_alloc_success", 771 "htlb_buddy_alloc_fail", 772#endif 773 "unevictable_pgs_culled", 774 "unevictable_pgs_scanned", 775 "unevictable_pgs_rescued", 776 "unevictable_pgs_mlocked", --- 412 unchanged lines hidden --- | 776#ifdef CONFIG_HUGETLB_PAGE 777 "htlb_buddy_alloc_success", 778 "htlb_buddy_alloc_fail", 779#endif 780 "unevictable_pgs_culled", 781 "unevictable_pgs_scanned", 782 "unevictable_pgs_rescued", 783 "unevictable_pgs_mlocked", --- 412 unchanged lines hidden --- |