Home
last modified time | relevance | path

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

/linux/mm/
H A Dshow_mem.c139 static const char types[MIGRATE_TYPES] = { in show_migration_types()
151 char tmp[MIGRATE_TYPES + 1]; in show_migration_types()
155 for (i = 0; i < MIGRATE_TYPES; i++) { in show_migration_types()
382 for (type = 0; type < MIGRATE_TYPES; type++) { in show_free_areas()
H A Dvmstat.c1598 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) { in pagetypeinfo_showfree_print()
1657 unsigned long count[MIGRATE_TYPES] = { 0, }; in pagetypeinfo_showblockcount_print()
1671 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print()
1677 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print()
1689 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount()
1713 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showmixedcount()
H A Dpage_reporting.c288 for (mt = 0; mt < MIGRATE_TYPES; mt++) { in page_reporting_process_zone()
H A Dpage_alloc.c262 const char * const migratetype_names[MIGRATE_TYPES] = {
6106 if (vm_total_pages < (pageblock_nr_pages * MIGRATE_TYPES)) in build_all_zonelists()
/linux/include/linux/
H A Dmmzone.h143 MIGRATE_TYPES enumerator
147 extern const char * const migratetype_names[MIGRATE_TYPES];
183 __type < MIGRATE_TYPES && \
196 struct list_head free_list[MIGRATE_TYPES];