Home
last modified time | relevance | path

Searched refs:mtype (Results 1 – 1 of 1) sorted by relevance

/mm/
Dvmstat.c1440 int order, mtype; in pagetypeinfo_showfree_print() local
1442 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) { in pagetypeinfo_showfree_print()
1446 migratetype_names[mtype]); in pagetypeinfo_showfree_print()
1455 list_for_each(curr, &area->free_list[mtype]) { in pagetypeinfo_showfree_print()
1499 int mtype; in pagetypeinfo_showblockcount_print() local
1515 mtype = get_pageblock_migratetype(page); in pagetypeinfo_showblockcount_print()
1517 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print()
1518 count[mtype]++; in pagetypeinfo_showblockcount_print()
1523 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print()
1524 seq_printf(m, "%12lu ", count[mtype]); in pagetypeinfo_showblockcount_print()
[all …]