Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dcompaction.c286 if (cc->mode != MIGRATE_ASYNC && in update_pageblock_skip()
319 if (cc->mode == MIGRATE_ASYNC) { in compact_trylock_irqsave()
360 if (cc->mode == MIGRATE_ASYNC) { in compact_unlock_should_abort()
383 if (cc->mode == MIGRATE_ASYNC) { in compact_should_abort()
663 if (cc->mode == MIGRATE_ASYNC) in isolate_migratepages_block()
1060 (cc->mode == MIGRATE_ASYNC ? ISOLATE_ASYNC_MIGRATE : 0); in isolate_migratepages()
1100 if (cc->mode == MIGRATE_ASYNC && in isolate_migratepages()
1289 const bool sync = cc->mode != MIGRATE_ASYNC; in compact_zone()
1541 if (mode != MIGRATE_ASYNC && status == COMPACT_COMPLETE) { in try_to_compact_pages()
1627 .mode = MIGRATE_ASYNC, in compact_pgdat()
Dmigrate.c258 if (mode != MIGRATE_ASYNC) { in buffer_migrate_lock_buffers()
347 if (mode == MIGRATE_ASYNC && head && in migrate_page_move_mapping()
608 if (mode != MIGRATE_ASYNC) in buffer_migrate_page()
774 if (!force || mode == MIGRATE_ASYNC) in __unmap_and_move()
1690 NULL, node, MIGRATE_ASYNC, in migrate_misplaced_page()
Dpage_alloc.c2682 enum migrate_mode migration_mode = MIGRATE_ASYNC; in __alloc_pages_slowpath()
/linux-4.1.27/include/linux/
Dmigrate_mode.h11 MIGRATE_ASYNC, enumerator
/linux-4.1.27/include/trace/events/
Dmigrate.h10 EM( MIGRATE_ASYNC, "MIGRATE_ASYNC") \