Lines Matching refs:mtype
1475 int order, mtype; in pagetypeinfo_showfree_print() local
1477 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) { in pagetypeinfo_showfree_print()
1481 migratetype_names[mtype]); in pagetypeinfo_showfree_print()
1490 list_for_each(curr, &area->free_list[mtype]) { in pagetypeinfo_showfree_print()
1532 int mtype; in pagetypeinfo_showblockcount_print() local
1548 mtype = get_pageblock_migratetype(page); in pagetypeinfo_showblockcount_print()
1550 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print()
1551 count[mtype]++; in pagetypeinfo_showblockcount_print()
1556 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print()
1557 seq_printf(m, "%12lu ", count[mtype]); in pagetypeinfo_showblockcount_print()
1564 int mtype; in pagetypeinfo_showblockcount() local
1568 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount()
1569 seq_printf(m, "%12s ", migratetype_names[mtype]); in pagetypeinfo_showblockcount()
1584 int mtype; in pagetypeinfo_showmixedcount() local
1592 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showmixedcount()
1593 seq_printf(m, "%12s ", migratetype_names[mtype]); in pagetypeinfo_showmixedcount()