Home
last modified time | relevance | path

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

/linux/mm/
H A Dshow_mem.c137 static const char types[MIGRATE_TYPES] = { in show_migration_types()
149 char tmp[MIGRATE_TYPES + 1]; in show_migration_types()
153 for (i = 0; i < MIGRATE_TYPES; i++) { in show_migration_types()
375 for (type = 0; type < MIGRATE_TYPES; type++) { in show_free_areas()
H A Dvmstat.c1577 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) {
1636 unsigned long count[MIGRATE_TYPES] = { 0, }; in pagetypeinfo_showfree()
1650 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print()
1656 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print()
1668 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print()
1692 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++)
H A Dpage_reporting.c280 for (mt = 0; mt < MIGRATE_TYPES; mt++) { in page_reporting_process_zone()
H A Dpage_owner.c433 unsigned long count[MIGRATE_TYPES] = { 0, }; in pagetypeinfo_showmixedcount_print()
503 for (i = 0; i < MIGRATE_TYPES; i++) in pagetypeinfo_showmixedcount_print()
H A Dpage_alloc.c289 const char * const migratetype_names[MIGRATE_TYPES] = {
5908 if (vm_total_pages < (pageblock_nr_pages * MIGRATE_TYPES)) in build_all_zonelists()
/linux/include/linux/
H A Dmmzone.h89 MIGRATE_TYPES enumerator
93 extern const char * const migratetype_names[MIGRATE_TYPES];
128 for (type = 0; type < MIGRATE_TYPES; type++)
139 struct list_head free_list[MIGRATE_TYPES];
/linux/kernel/
H A Dvmcore_info.c218 VMCOREINFO_LENGTH(free_area.free_list, MIGRATE_TYPES); in crash_save_vmcoreinfo_init()
/linux/Documentation/admin-guide/kdump/
H A Dvmcoreinfo.rst316 (free_area.free_list, MIGRATE_TYPES)