Searched refs:try_to_migrate (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Drmap.h628 void try_to_migrate(struct folio *folio, enum ttu_flags flags);
/linux-master/mm/
H A Dmigrate_device.c193 * try_to_migrate().
400 try_to_migrate(folio, 0);
H A Dmigrate.c1193 * By try_to_migrate(), src->mapcount goes down to 0 here. In this case,
1247 try_to_migrate(src, mode == MIGRATE_ASYNC ? TTU_BATCH_FLUSH : 0);
1435 try_to_migrate(src, ttu);
H A Drmap.c1981 * try_to_migrate() may return before page_mapped() has become false,
2286 * try_to_migrate - try to replace all page table mappings with swap entries
2293 void try_to_migrate(struct folio *folio, enum ttu_flags flags) function
H A Dhuge_memory.c2746 try_to_migrate(folio, ttu_flags);
2757 /* If unmap_folio() uses try_to_migrate() on file, remove this check */

Completed in 144 milliseconds