Home
last modified time | relevance | path

Searched defs:swp_entry (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/mm/
Dmigrate_device.c610 swp_entry_t swp_entry; in migrate_vma_insert_page() local
Dhuge_memory.c2215 swp_entry_t swp_entry; in __split_huge_pmd_locked() local
Dswapfile.c1768 swp_entry_t swp_entry; in unuse_pte() local
Dhugetlb.c5109 swp_entry_t swp_entry = pte_to_swp_entry(entry); in copy_hugetlb_page_range() local
/linux-6.6.21/include/linux/
Dswapops.h86 static inline swp_entry_t swp_entry(unsigned long type, pgoff_t offset) in swp_entry() function