vmstat.c (e2a3b0df8dea7585a2e64861f3ab7bcbc2a04386) | vmstat.c (7f354a548d1cb6bb01b6ee74aee9264aa152f1ec) |
---|---|
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., --- 1024 unchanged lines hidden (view full) --- 1033#ifdef CONFIG_COMPACTION 1034 "compact_migrate_scanned", 1035 "compact_free_scanned", 1036 "compact_isolated", 1037 "compact_stall", 1038 "compact_fail", 1039 "compact_success", 1040 "compact_daemon_wake", | 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., --- 1024 unchanged lines hidden (view full) --- 1033#ifdef CONFIG_COMPACTION 1034 "compact_migrate_scanned", 1035 "compact_free_scanned", 1036 "compact_isolated", 1037 "compact_stall", 1038 "compact_fail", 1039 "compact_success", 1040 "compact_daemon_wake", |
1041 "compact_daemon_migrate_scanned", 1042 "compact_daemon_free_scanned", |
|
1041#endif 1042 1043#ifdef CONFIG_HUGETLB_PAGE 1044 "htlb_buddy_alloc_success", 1045 "htlb_buddy_alloc_fail", 1046#endif 1047 "unevictable_pgs_culled", 1048 "unevictable_pgs_scanned", --- 905 unchanged lines hidden --- | 1043#endif 1044 1045#ifdef CONFIG_HUGETLB_PAGE 1046 "htlb_buddy_alloc_success", 1047 "htlb_buddy_alloc_fail", 1048#endif 1049 "unevictable_pgs_culled", 1050 "unevictable_pgs_scanned", --- 905 unchanged lines hidden --- |