Lines Matching defs:mtype
1575 int order, mtype;
1577 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) {
1581 migratetype_names[mtype]);
1590 list_for_each(curr, &area->free_list[mtype]) {
1632 int mtype;
1648 mtype = get_pageblock_migratetype(page);
1650 if (mtype < MIGRATE_TYPES)
1651 count[mtype]++;
1656 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++)
1657 seq_printf(m, "%12lu ", count[mtype]);
1664 int mtype;
1668 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++)
1669 seq_printf(m, "%12s ", migratetype_names[mtype]);
1684 int mtype;
1692 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++)
1693 seq_printf(m, "%12s ", migratetype_names[mtype]);