Home
last modified time | relevance | path

Searched refs:make_migration_entry (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/include/linux/
Dswapops.h166 static inline swp_entry_t make_migration_entry(struct page *page, int write) in make_migration_entry() function
214 #define make_migration_entry(page, write) swp_entry(0, 0) macro
/Linux-v5.10/Documentation/vm/
Darch_pgtable_helpers.rst255 | make_migration_entry | Creates a migration swapped entry (read or write)|
/Linux-v5.10/mm/
Ddebug_vm_pgtable.c775 swp = make_migration_entry(page, 1); in swap_migration_tests()
783 swp = make_migration_entry(page, 0); in swap_migration_tests()
Drmap.c1509 entry = make_migration_entry(page, 0); in try_to_unmap_one()
1614 entry = make_migration_entry(subpage, in try_to_unmap_one()
Dhuge_memory.c2125 swp_entry = make_migration_entry(page + i, write); in __split_huge_pmd_locked()
2949 entry = make_migration_entry(page, pmd_write(pmdval)); in set_pmd_migration_entry()
Dmigrate.c2441 entry = make_migration_entry(page, mpfn & in migrate_vma_collect_pmd()