Lines Matching refs:mtype
1434 int order, mtype; in pagetypeinfo_showfree_print() local
1436 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) { in pagetypeinfo_showfree_print()
1440 migratetype_names[mtype]); in pagetypeinfo_showfree_print()
1449 list_for_each(curr, &area->free_list[mtype]) { in pagetypeinfo_showfree_print()
1493 int mtype; in pagetypeinfo_showblockcount_print() local
1513 mtype = get_pageblock_migratetype(page); in pagetypeinfo_showblockcount_print()
1515 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print()
1516 count[mtype]++; in pagetypeinfo_showblockcount_print()
1521 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print()
1522 seq_printf(m, "%12lu ", count[mtype]); in pagetypeinfo_showblockcount_print()
1529 int mtype; in pagetypeinfo_showblockcount() local
1533 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount()
1534 seq_printf(m, "%12s ", migratetype_names[mtype]); in pagetypeinfo_showblockcount()
1551 int mtype; in pagetypeinfo_showmixedcount() local
1559 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showmixedcount()
1560 seq_printf(m, "%12s ", migratetype_names[mtype]); in pagetypeinfo_showmixedcount()