Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dswapops.h104 static inline swp_entry_t make_migration_entry(struct page *page, int write) in make_migration_entry() function
146 #define make_migration_entry(page, write) swp_entry(0, 0) macro
/linux-4.4.14/mm/
Drmap.c1390 entry = make_migration_entry(page, pte_write(pteval)); in try_to_unmap_one()