Home
last modified time | relevance | path

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

/linux/mm/
A Dshow_mem.c143 static const char types[MIGRATE_TYPES] = { in show_migration_types()
155 char tmp[MIGRATE_TYPES + 1]; in show_migration_types()
159 for (i = 0; i < MIGRATE_TYPES; i++) { in show_migration_types()
374 for (type = 0; type < MIGRATE_TYPES; type++) { in show_free_areas()
A Dvmstat.c1553 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) { in pagetypeinfo_showfree_print()
1612 unsigned long count[MIGRATE_TYPES] = { 0, }; in pagetypeinfo_showblockcount_print()
1626 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print()
1632 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print()
1644 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount()
1668 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showmixedcount()
A Dpage_reporting.c280 for (mt = 0; mt < MIGRATE_TYPES; mt++) { in page_reporting_process_zone()
A Dpage_owner.c421 unsigned long count[MIGRATE_TYPES] = { 0, }; in pagetypeinfo_showmixedcount_print()
491 for (i = 0; i < MIGRATE_TYPES; i++) in pagetypeinfo_showmixedcount_print()
A Dpage_alloc.c259 const char * const migratetype_names[MIGRATE_TYPES] = {
401 BUILD_BUG_ON(MIGRATE_TYPES > (1 << PB_migratetype_bits)); in set_pfnblock_flags_mask()
5509 if (vm_total_pages < (pageblock_nr_pages * MIGRATE_TYPES)) in build_all_zonelists()
/linux/include/linux/
A Dmmzone.h70 MIGRATE_TYPES enumerator
74 extern const char * const migratetype_names[MIGRATE_TYPES];
105 for (type = 0; type < MIGRATE_TYPES; type++)
118 struct list_head free_list[MIGRATE_TYPES];
/linux/kernel/
A Dvmcore_info.c195 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 34 milliseconds