vmstat.c (d34c0a7599ea8c301bc471dfa1eb2bf2db6752d1) | vmstat.c (1a5bae25e3cf95c4e83a97f87a6b5280d9acbb22) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * linux/mm/vmstat.c 4 * 5 * Manages VM statistics 6 * Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds 7 * 8 * zoned VM statistics --- 1263 unchanged lines hidden (view full) --- 1272 "numa_huge_pte_updates", 1273 "numa_hint_faults", 1274 "numa_hint_faults_local", 1275 "numa_pages_migrated", 1276#endif 1277#ifdef CONFIG_MIGRATION 1278 "pgmigrate_success", 1279 "pgmigrate_fail", | 1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * linux/mm/vmstat.c 4 * 5 * Manages VM statistics 6 * Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds 7 * 8 * zoned VM statistics --- 1263 unchanged lines hidden (view full) --- 1272 "numa_huge_pte_updates", 1273 "numa_hint_faults", 1274 "numa_hint_faults_local", 1275 "numa_pages_migrated", 1276#endif 1277#ifdef CONFIG_MIGRATION 1278 "pgmigrate_success", 1279 "pgmigrate_fail", |
1280 "thp_migration_success", 1281 "thp_migration_fail", 1282 "thp_migration_split", |
|
1280#endif 1281#ifdef CONFIG_COMPACTION 1282 "compact_migrate_scanned", 1283 "compact_free_scanned", 1284 "compact_isolated", 1285 "compact_stall", 1286 "compact_fail", 1287 "compact_success", --- 895 unchanged lines hidden --- | 1283#endif 1284#ifdef CONFIG_COMPACTION 1285 "compact_migrate_scanned", 1286 "compact_free_scanned", 1287 "compact_isolated", 1288 "compact_stall", 1289 "compact_fail", 1290 "compact_success", --- 895 unchanged lines hidden --- |