Home
last modified time | relevance | path

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

/mm/
Dvmstat.c1490 int order, mtype; in pagetypeinfo_showfree_print() local
1492 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) { in pagetypeinfo_showfree_print()
1496 migratetype_names[mtype]); in pagetypeinfo_showfree_print()
1505 list_for_each(curr, &area->free_list[mtype]) { in pagetypeinfo_showfree_print()
1547 int mtype; in pagetypeinfo_showblockcount_print() local
1563 mtype = get_pageblock_migratetype(page); in pagetypeinfo_showblockcount_print()
1565 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print()
1566 count[mtype]++; in pagetypeinfo_showblockcount_print()
1571 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print()
1572 seq_printf(m, "%12lu ", count[mtype]); in pagetypeinfo_showblockcount_print()
[all …]