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()
1390 list_for_each(curr, &area->free_list[mtype]) { in pagetypeinfo_showfree_print()
1434 int mtype; in pagetypeinfo_showblockcount_print() local
1454 mtype = get_pageblock_migratetype(page); in pagetypeinfo_showblockcount_print()
1456 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print()
1457 count[mtype]++; in pagetypeinfo_showblockcount_print()
1462 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print()
1463 seq_printf(m, "%12lu ", count[mtype]); in pagetypeinfo_showblockcount_print()
1470 int mtype; in pagetypeinfo_showblockcount() local
1474 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount()
1475 seq_printf(m, "%12s ", migratetype_names[mtype]); in pagetypeinfo_showblockcount()
1492 int mtype; in pagetypeinfo_showmixedcount() local
1500 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showmixedcount()
1501 seq_printf(m, "%12s ", migratetype_names[mtype]); in pagetypeinfo_showmixedcount()