Searched refs:make_migration_entry (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/include/linux/ |
D | swapops.h | 166 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/ |
D | arch_pgtable_helpers.rst | 255 | make_migration_entry | Creates a migration swapped entry (read or write)|
|
/Linux-v5.10/mm/ |
D | debug_vm_pgtable.c | 775 swp = make_migration_entry(page, 1); in swap_migration_tests() 783 swp = make_migration_entry(page, 0); in swap_migration_tests()
|
D | rmap.c | 1509 entry = make_migration_entry(page, 0); in try_to_unmap_one() 1614 entry = make_migration_entry(subpage, in try_to_unmap_one()
|
D | huge_memory.c | 2125 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()
|
D | migrate.c | 2441 entry = make_migration_entry(page, mpfn & in migrate_vma_collect_pmd()
|