Lines Matching refs:mtype
959 int order, mtype; in pagetypeinfo_showfree_print() local
961 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) { in pagetypeinfo_showfree_print()
965 migratetype_names[mtype]); in pagetypeinfo_showfree_print()
973 list_for_each(curr, &area->free_list[mtype]) in pagetypeinfo_showfree_print()
1001 int mtype; in pagetypeinfo_showblockcount_print() local
1019 mtype = get_pageblock_migratetype(page); in pagetypeinfo_showblockcount_print()
1021 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print()
1022 count[mtype]++; in pagetypeinfo_showblockcount_print()
1027 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print()
1028 seq_printf(m, "%12lu ", count[mtype]); in pagetypeinfo_showblockcount_print()
1035 int mtype; in pagetypeinfo_showblockcount() local
1039 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount()
1040 seq_printf(m, "%12s ", migratetype_names[mtype]); in pagetypeinfo_showblockcount()
1129 int mtype; in pagetypeinfo_showmixedcount() local
1137 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showmixedcount()
1138 seq_printf(m, "%12s ", migratetype_names[mtype]); in pagetypeinfo_showmixedcount()