Lines Matching refs:mtype
1375 int order, mtype; in pagetypeinfo_showfree_print() local
1377 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) { in pagetypeinfo_showfree_print()
1381 migratetype_names[mtype]); in pagetypeinfo_showfree_print()
1389 list_for_each(curr, &area->free_list[mtype]) in pagetypeinfo_showfree_print()
1417 int mtype; in pagetypeinfo_showblockcount_print() local
1437 mtype = get_pageblock_migratetype(page); in pagetypeinfo_showblockcount_print()
1439 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print()
1440 count[mtype]++; in pagetypeinfo_showblockcount_print()
1445 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print()
1446 seq_printf(m, "%12lu ", count[mtype]); in pagetypeinfo_showblockcount_print()
1453 int mtype; in pagetypeinfo_showblockcount() local
1457 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount()
1458 seq_printf(m, "%12s ", migratetype_names[mtype]); in pagetypeinfo_showblockcount()
1475 int mtype; in pagetypeinfo_showmixedcount() local
1483 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showmixedcount()
1484 seq_printf(m, "%12s ", migratetype_names[mtype]); in pagetypeinfo_showmixedcount()