Home
last modified time | relevance | path

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

/linux/include/linux/
A Dmmzone.h67 MIGRATE_TYPES enumerator
71 extern const char * const migratetype_names[MIGRATE_TYPES];
88 for (type = 0; type < MIGRATE_TYPES; type++)
98 struct list_head free_list[MIGRATE_TYPES];
/linux/mm/
A Dvmstat.c1477 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) { in pagetypeinfo_showfree_print()
1536 unsigned long count[MIGRATE_TYPES] = { 0, }; in pagetypeinfo_showblockcount_print()
1550 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print()
1556 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print()
1568 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount()
1592 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showmixedcount()
A Dpage_owner.c254 unsigned long count[MIGRATE_TYPES] = { 0, }; in pagetypeinfo_showmixedcount_print()
321 for (i = 0; i < MIGRATE_TYPES; i++) in pagetypeinfo_showmixedcount_print()
A Dpage_reporting.c248 for (mt = 0; mt < MIGRATE_TYPES; mt++) { in page_reporting_process_zone()
A Dpage_alloc.c315 const char * const migratetype_names[MIGRATE_TYPES] = {
540 BUILD_BUG_ON(MIGRATE_TYPES > (1 << PB_migratetype_bits)); in set_pfnblock_flags_mask()
2467 static int fallbacks[MIGRATE_TYPES][3] = {
2472 [MIGRATE_CMA] = { MIGRATE_TYPES }, /* Never used */
2475 [MIGRATE_ISOLATE] = { MIGRATE_TYPES }, /* Never used */
2737 if (fallback_mt == MIGRATE_TYPES) in find_suitable_fallback()
5843 static const char types[MIGRATE_TYPES] = { in show_migration_types()
5855 char tmp[MIGRATE_TYPES + 1]; in show_migration_types()
5859 for (i = 0; i < MIGRATE_TYPES; i++) { in show_migration_types()
6053 for (type = 0; type < MIGRATE_TYPES; type++) { in show_free_areas()
[all …]
/linux/kernel/
A Dcrash_core.c468 VMCOREINFO_LENGTH(free_area.free_list, MIGRATE_TYPES); in crash_save_vmcoreinfo_init()
/linux/Documentation/admin-guide/kdump/
A Dvmcoreinfo.rst316 (free_area.free_list, MIGRATE_TYPES)

Completed in 28 milliseconds