Lines Matching refs:mtype
1487 int order, mtype; in pagetypeinfo_showfree_print() local
1489 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) { in pagetypeinfo_showfree_print()
1493 migratetype_names[mtype]); in pagetypeinfo_showfree_print()
1502 list_for_each(curr, &area->free_list[mtype]) { in pagetypeinfo_showfree_print()
1544 int mtype; in pagetypeinfo_showblockcount_print() local
1560 mtype = get_pageblock_migratetype(page); in pagetypeinfo_showblockcount_print()
1562 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print()
1563 count[mtype]++; in pagetypeinfo_showblockcount_print()
1568 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print()
1569 seq_printf(m, "%12lu ", count[mtype]); in pagetypeinfo_showblockcount_print()
1576 int mtype; in pagetypeinfo_showblockcount() local
1580 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount()
1581 seq_printf(m, "%12s ", migratetype_names[mtype]); in pagetypeinfo_showblockcount()
1596 int mtype; in pagetypeinfo_showmixedcount() local
1604 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showmixedcount()
1605 seq_printf(m, "%12s ", migratetype_names[mtype]); in pagetypeinfo_showmixedcount()