Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Dshow_mem.c146 static const char types[MIGRATE_TYPES] = { in show_migration_types()
158 char tmp[MIGRATE_TYPES + 1]; in show_migration_types()
162 for (i = 0; i < MIGRATE_TYPES; i++) { in show_migration_types()
377 for (type = 0; type < MIGRATE_TYPES; type++) { in show_free_areas()
Dvmstat.c1498 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) { in pagetypeinfo_showfree_print()
1557 unsigned long count[MIGRATE_TYPES] = { 0, }; in pagetypeinfo_showblockcount_print()
1571 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print()
1577 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print()
1589 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount()
1613 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showmixedcount()
Dpage_owner.c283 unsigned long count[MIGRATE_TYPES] = { 0, }; in pagetypeinfo_showmixedcount_print()
353 for (i = 0; i < MIGRATE_TYPES; i++) in pagetypeinfo_showmixedcount_print()
Dpage_reporting.c280 for (mt = 0; mt < MIGRATE_TYPES; mt++) { in page_reporting_process_zone()
Dpage_alloc.c274 const char * const migratetype_names[MIGRATE_TYPES] = {
413 BUILD_BUG_ON(MIGRATE_TYPES > (1 << PB_migratetype_bits)); in set_pfnblock_flags_mask()
1597 static int fallbacks[MIGRATE_TYPES][MIGRATE_PCPTYPES - 1] = {
5195 if (vm_total_pages < (pageblock_nr_pages * MIGRATE_TYPES)) in build_all_zonelists()
/linux-6.6.21/include/linux/
Dmmzone.h67 MIGRATE_TYPES enumerator
71 extern const char * const migratetype_names[MIGRATE_TYPES];
99 for (type = 0; type < MIGRATE_TYPES; type++)
112 struct list_head free_list[MIGRATE_TYPES];
/linux-6.6.21/kernel/
Dcrash_core.c665 VMCOREINFO_LENGTH(free_area.free_list, MIGRATE_TYPES); in crash_save_vmcoreinfo_init()
/linux-6.6.21/Documentation/admin-guide/kdump/
Dvmcoreinfo.rst316 (free_area.free_list, MIGRATE_TYPES)