Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmigrate_mode.h9 * MIGRATE_SYNC will block when migrating pages
14 MIGRATE_SYNC, enumerator
/linux/include/trace/events/
H A Dmigrate.h13 EMe(MIGRATE_SYNC, "MIGRATE_SYNC")
/linux/mm/
H A Dmigrate.c1037 return mode == MIGRATE_SYNC ? -EAGAIN : -EBUSY; in fallback_migrate_folio()
1238 case MIGRATE_SYNC: in migrate_folio_unmap()
1451 case MIGRATE_SYNC: in unmap_and_move_huge_page()
1803 * with MIGRATE_SYNC and MIGRATE_ASYNC. in migrate_pages_batch()
2198 (unsigned long)&mtc, MIGRATE_SYNC, MR_SYSCALL, NULL); in do_move_pages_to_node()
H A Dcompaction.c2053 (cc->mode != MIGRATE_SYNC ? ISOLATE_ASYNC_MIGRATE : 0); in isolate_migratepages()
2678 (cc->mode < MIGRATE_SYNC)) { in compact_zone()
2899 .mode = proactive ? MIGRATE_SYNC_LIGHT : MIGRATE_SYNC, in compact_node()
H A Dmempolicy.c1245 (unsigned long)&mtc, MIGRATE_SYNC, MR_SYSCALL, NULL); in migrate_to_node()
1541 (unsigned long)&mmpol, MIGRATE_SYNC, in do_mbind()
H A Dmemory_hotplug.c1863 (unsigned long)&mtc, MIGRATE_SYNC, MR_MEMORY_HOTPLUG, NULL); in do_migrate_range()
H A Dmemory-failure.c2728 (unsigned long)&mtc, MIGRATE_SYNC, MR_MEMORY_FAILURE, NULL); in soft_offline_in_use_page()
H A Dgup.c2379 NULL, (unsigned long)&mtc, MIGRATE_SYNC, in migrate_longterm_unpinnable_folios()
H A Dpage_alloc.c6847 .mode = MIGRATE_SYNC, in alloc_contig_range_noprof()
/linux/fs/nfs/
H A Dwrite.c2117 if (mode == MIGRATE_SYNC) in nfs_migrate_folio()
/linux/Documentation/mm/
H A Dphysical_memory.rst552 and the other one is used in ``MIGRATE_SYNC`` mode.