Home
last modified time | relevance | path

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

/linux-3.4.99/mm/
Dpage_isolation.c78 if (!page || get_pageblock_migratetype(page) != MIGRATE_ISOLATE) in undo_isolate_page_range()
129 if (page && get_pageblock_migratetype(page) != MIGRATE_ISOLATE) in test_pages_isolated()
Dcompaction.c112 int migratetype = get_pageblock_migratetype(page); in suitable_migration_target()
354 get_pageblock_migratetype(page) != MIGRATE_MOVABLE) { in isolate_migratepages()
Dpage_alloc.c729 get_pageblock_migratetype(page)); in __free_pages_ok()
1258 migratetype = get_pageblock_migratetype(page); in free_hot_cold_page()
3583 block_migratetype = get_pageblock_migratetype(page); in setup_zone_migrate_reserve()
5429 if (get_pageblock_migratetype(page) == MIGRATE_MOVABLE) in __count_immobile_pages()
5552 if (get_pageblock_migratetype(page) != MIGRATE_ISOLATE) in unset_migratetype_isolate()
Dvmstat.c880 mtype = get_pageblock_migratetype(page); in pagetypeinfo_showblockcount_print()
/linux-3.4.99/include/linux/
Dmmzone.h52 static inline int get_pageblock_migratetype(struct page *page) in get_pageblock_migratetype() function