Lines Matching refs:mtype
937 int order, mtype; in pagetypeinfo_showfree_print() local
939 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) { in pagetypeinfo_showfree_print()
943 migratetype_names[mtype]); in pagetypeinfo_showfree_print()
951 list_for_each(curr, &area->free_list[mtype]) in pagetypeinfo_showfree_print()
979 int mtype; in pagetypeinfo_showblockcount_print() local
997 mtype = get_pageblock_migratetype(page); in pagetypeinfo_showblockcount_print()
999 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print()
1000 count[mtype]++; in pagetypeinfo_showblockcount_print()
1005 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print()
1006 seq_printf(m, "%12lu ", count[mtype]); in pagetypeinfo_showblockcount_print()
1013 int mtype; in pagetypeinfo_showblockcount() local
1017 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount()
1018 seq_printf(m, "%12s ", migratetype_names[mtype]); in pagetypeinfo_showblockcount()
1107 int mtype; in pagetypeinfo_showmixedcount() local
1115 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showmixedcount()
1116 seq_printf(m, "%12s ", migratetype_names[mtype]); in pagetypeinfo_showmixedcount()