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

/linux-master/mm/
H A Dshow_mem.c143 static const char types[MIGRATE_TYPES] = {
155 char tmp[MIGRATE_TYPES + 1];
159 for (i = 0; i < MIGRATE_TYPES; i++) {
374 for (type = 0; type < MIGRATE_TYPES; type++) {
H A Dvmstat.c1503 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) {
1562 unsigned long count[MIGRATE_TYPES] = { 0, };
1576 if (mtype < MIGRATE_TYPES)
1582 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++)
1594 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++)
1618 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++)
H A Dpage_reporting.c280 for (mt = 0; mt < MIGRATE_TYPES; mt++) {
H A Dpage_owner.c426 unsigned long count[MIGRATE_TYPES] = { 0, };
496 for (i = 0; i < MIGRATE_TYPES; i++)
H A Dpage_alloc.c276 const char * const migratetype_names[MIGRATE_TYPES] = {
415 BUILD_BUG_ON(MIGRATE_TYPES > (1 << PB_migratetype_bits));
1595 static int fallbacks[MIGRATE_TYPES][MIGRATE_PCPTYPES - 1] = {
5353 if (vm_total_pages < (pageblock_nr_pages * MIGRATE_TYPES))
/linux-master/include/linux/
H A Dmmzone.h70 MIGRATE_TYPES enumerator in enum:migratetype
74 extern const char * const migratetype_names[MIGRATE_TYPES];
96 * allocation. See fallbacks[MIGRATE_TYPES][3] in page_alloc.c.
105 for (type = 0; type < MIGRATE_TYPES; type++)
118 struct list_head free_list[MIGRATE_TYPES];
/linux-master/kernel/
H A Dvmcore_info.c195 VMCOREINFO_LENGTH(free_area.free_list, MIGRATE_TYPES);

Completed in 162 milliseconds