Home
last modified time | relevance | path

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

/linux/mm/
A Dshuffle.c130 migratetype = get_pageblock_migratetype(page_i); in __shuffle_zone()
131 if (get_pageblock_migratetype(page_j) != migratetype) { in __shuffle_zone()
A Dpage_owner.c276 pageblock_mt = get_pageblock_migratetype(page); in pagetypeinfo_showmixedcount_print()
349 pageblock_mt = get_pageblock_migratetype(page); in print_page_owner()
A Dpage_isolation.c43 int mt = get_pageblock_migratetype(page); in set_migratetype_isolate()
A Dpage_reporting.c84 int mt = get_pageblock_migratetype(page); in page_reporting_drain()
A Dinternal.h685 return get_pageblock_migratetype(page) == MIGRATE_HIGHATOMIC; in is_migrate_highatomic_page()
A Dcompaction.c284 get_pageblock_migratetype(page) != MIGRATE_MOVABLE) in __reset_isolation_pfn()
1236 block_mt = get_pageblock_migratetype(page); in suitable_migration_source()
1263 if (is_migrate_movable(get_pageblock_migratetype(page))) in suitable_migration_target()
A Dpage_alloc.c1119 buddy_mt = get_pageblock_migratetype(buddy); in __free_one_page()
1529 mt = get_pageblock_migratetype(page); in free_pcppages_bulk()
2650 old_block_type = get_pageblock_migratetype(page); in steal_suitable_fallback()
2781 mt = get_pageblock_migratetype(page); in reserve_highatomic_pageblock()
3504 mt = get_pageblock_migratetype(page); in __isolate_free_page()
3531 int mt = get_pageblock_migratetype(page); in __isolate_free_page()
A Dvmstat.c1548 mtype = get_pageblock_migratetype(page); in pagetypeinfo_showblockcount_print()
/linux/include/trace/events/
A Dpage_ref.h35 __entry->mt = get_pageblock_migratetype(page);
84 __entry->mt = get_pageblock_migratetype(page);
A Dkmem.h312 get_pageblock_migratetype(page));
/linux/include/linux/
A Dpage-isolation.h12 return get_pageblock_migratetype(page) == MIGRATE_ISOLATE; in is_migrate_isolate_page()
A Dmmzone.h75 # define is_migrate_cma_page(_page) (get_pageblock_migratetype(_page) == MIGRATE_CMA)
94 #define get_pageblock_migratetype(page) \ macro
/linux/Documentation/trace/
A Dftrace.rst3423 … bash-2044 [002] d... 10594.481033: get_pageblock_flags_group <-get_pageblock_migratetype

Completed in 47 milliseconds