Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dcompaction.c315 if (cc->mode != MIGRATE_ASYNC && in update_pageblock_skip()
353 if (cc->mode == MIGRATE_ASYNC) { in compact_trylock_irqsave()
394 if (cc->mode == MIGRATE_ASYNC) { in compact_unlock_should_abort()
417 if (cc->mode == MIGRATE_ASYNC) { in compact_should_abort()
712 if (cc->mode == MIGRATE_ASYNC) in isolate_migratepages_block()
724 if (cc->direct_compaction && (cc->mode == MIGRATE_ASYNC)) { in isolate_migratepages_block()
1015 if ((cc->mode != MIGRATE_ASYNC) || !cc->direct_compaction) in suitable_migration_source()
1389 if (cc->mode == MIGRATE_ASYNC || in __compact_finished()
1541 const bool sync = cc->mode != MIGRATE_ASYNC; in compact_zone()
1637 (cc->mode == MIGRATE_ASYNC)) { in compact_zone()
[all …]
Dmigrate.c389 if (mode != MIGRATE_ASYNC) { in buffer_migrate_lock_buffers()
498 if (mode == MIGRATE_ASYNC && head && in migrate_page_move_mapping()
801 if (mode != MIGRATE_ASYNC) in buffer_migrate_page()
1000 if (!force || mode == MIGRATE_ASYNC) in __unmap_and_move()
1939 NULL, node, MIGRATE_ASYNC, in migrate_misplaced_page()
/Linux-v4.19/include/linux/
Dmigrate_mode.h16 MIGRATE_ASYNC, enumerator
/Linux-v4.19/include/trace/events/
Dmigrate.h11 EM( MIGRATE_ASYNC, "MIGRATE_ASYNC") \