Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dswapops.h184 static inline swp_entry_t make_migration_entry(struct page *page, int write) in make_migration_entry() function
232 #define make_migration_entry(page, write) swp_entry(0, 0) macro
/Linux-v4.19/mm/
Drmap.c1462 entry = make_migration_entry(page, 0); in try_to_unmap_one()
1553 entry = make_migration_entry(subpage, in try_to_unmap_one()
Dhuge_memory.c2164 swp_entry = make_migration_entry(page + i, write); in __split_huge_pmd_locked()
2891 entry = make_migration_entry(page, pmd_write(pmdval)); in set_pmd_migration_entry()
Dmigrate.c2269 entry = make_migration_entry(page, mpfn & in migrate_vma_collect_pmd()