Home
last modified time | relevance | path

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

/include/linux/
Dswapops.h285 static inline swp_entry_t pmd_to_swp_entry(pmd_t pmd) in pmd_to_swp_entry() function
307 return !pmd_present(pmd) && is_migration_entry(pmd_to_swp_entry(pmd)); in is_pmd_migration_entry()
324 static inline swp_entry_t pmd_to_swp_entry(pmd_t pmd) in pmd_to_swp_entry() function