Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dvmstat.c900 static char * const migratetype_names[MIGRATE_TYPES] = {
939 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) { in pagetypeinfo_showfree_print()
983 unsigned long count[MIGRATE_TYPES] = { 0, }; in pagetypeinfo_showblockcount_print()
999 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print()
1005 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print()
1017 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount()
1034 unsigned long count[MIGRATE_TYPES] = { 0, }; in pagetypeinfo_showmixedcount_print()
1092 for (i = 0; i < MIGRATE_TYPES; i++) in pagetypeinfo_showmixedcount_print()
1115 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showmixedcount()
Dpage_alloc.c1060 static int fallbacks[MIGRATE_TYPES][4] = {
3244 static const char types[MIGRATE_TYPES] = { in show_migration_types()
3256 char tmp[MIGRATE_TYPES + 1]; in show_migration_types()
3260 for (i = 0; i < MIGRATE_TYPES; i++) { in show_migration_types()
3419 for (type = 0; type < MIGRATE_TYPES; type++) { in show_free_areas()
3999 if (vm_total_pages < (pageblock_nr_pages * MIGRATE_TYPES)) in build_all_zonelists()
/linux-4.1.27/include/linux/
Dmmzone.h63 MIGRATE_TYPES enumerator
74 for (type = 0; type < MIGRATE_TYPES; type++)
93 struct list_head free_list[MIGRATE_TYPES];
/linux-4.1.27/kernel/
Dkexec.c1993 VMCOREINFO_LENGTH(free_area.free_list, MIGRATE_TYPES); in crash_save_vmcoreinfo_init()