Lines Matching refs:mtype
1551 int order, mtype; in pagetypeinfo_showfree_print() local
1553 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) { in pagetypeinfo_showfree_print()
1557 migratetype_names[mtype]); in pagetypeinfo_showfree_print()
1566 list_for_each(curr, &area->free_list[mtype]) { in pagetypeinfo_showfree_print()
1608 int mtype; in pagetypeinfo_showblockcount_print() local
1624 mtype = get_pageblock_migratetype(page); in pagetypeinfo_showblockcount_print()
1626 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print()
1627 count[mtype]++; in pagetypeinfo_showblockcount_print()
1632 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print()
1633 seq_printf(m, "%12lu ", count[mtype]); in pagetypeinfo_showblockcount_print()
1640 int mtype; in pagetypeinfo_showblockcount() local
1644 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount()
1645 seq_printf(m, "%12s ", migratetype_names[mtype]); in pagetypeinfo_showblockcount()
1660 int mtype; in pagetypeinfo_showmixedcount() local
1668 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showmixedcount()
1669 seq_printf(m, "%12s ", migratetype_names[mtype]); in pagetypeinfo_showmixedcount()