Home
last modified time | relevance | path

Searched refs:MIGRATE_TYPES (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/include/linux/
Dmmzone.h64 MIGRATE_TYPES enumerator
68 extern const char * const migratetype_names[MIGRATE_TYPES];
96 for (type = 0; type < MIGRATE_TYPES; type++)
106 struct list_head free_list[MIGRATE_TYPES];
/Linux-v6.1/mm/
Dvmstat.c1486 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) { in pagetypeinfo_showfree_print()
1545 unsigned long count[MIGRATE_TYPES] = { 0, }; in pagetypeinfo_showblockcount_print()
1559 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print()
1565 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print()
1577 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount()
1601 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showmixedcount()
Dpage_reporting.c248 for (mt = 0; mt < MIGRATE_TYPES; mt++) { in page_reporting_process_zone()
Dpage_owner.c281 unsigned long count[MIGRATE_TYPES] = { 0, }; in pagetypeinfo_showmixedcount_print()
351 for (i = 0; i < MIGRATE_TYPES; i++) in pagetypeinfo_showmixedcount_print()
Dpage_alloc.c398 const char * const migratetype_names[MIGRATE_TYPES] = {
611 BUILD_BUG_ON(MIGRATE_TYPES > (1 << PB_migratetype_bits)); in set_pfnblock_flags_mask()
2593 static int fallbacks[MIGRATE_TYPES][3] = {
2594 [MIGRATE_UNMOVABLE] = { MIGRATE_RECLAIMABLE, MIGRATE_MOVABLE, MIGRATE_TYPES },
2595 [MIGRATE_MOVABLE] = { MIGRATE_RECLAIMABLE, MIGRATE_UNMOVABLE, MIGRATE_TYPES },
2596 [MIGRATE_RECLAIMABLE] = { MIGRATE_UNMOVABLE, MIGRATE_MOVABLE, MIGRATE_TYPES },
2857 if (fallback_mt == MIGRATE_TYPES) in find_suitable_fallback()
6049 static const char types[MIGRATE_TYPES] = { in show_migration_types()
6061 char tmp[MIGRATE_TYPES + 1]; in show_migration_types()
6065 for (i = 0; i < MIGRATE_TYPES; i++) { in show_migration_types()
[all …]
/Linux-v6.1/kernel/
Dcrash_core.c476 VMCOREINFO_LENGTH(free_area.free_list, MIGRATE_TYPES); in crash_save_vmcoreinfo_init()
/Linux-v6.1/Documentation/admin-guide/kdump/
Dvmcoreinfo.rst316 (free_area.free_list, MIGRATE_TYPES)