Home
last modified time | relevance | path

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

/linux-6.15/fs/proc/
H A Dtask_mmu.c821 swp_entry_t swpent = pte_to_swp_entry(ptent); in smaps_pte_entry() local
823 if (!non_swap_entry(swpent)) { in smaps_pte_entry()
827 mapcount = swp_swapcount(swpent); in smaps_pte_entry()
836 } else if (is_pfn_swap_entry(swpent)) { in smaps_pte_entry()
837 if (is_device_private_entry(swpent)) in smaps_pte_entry()
839 page = pfn_swap_entry_to_page(swpent); in smaps_pte_entry()
1031 swp_entry_t swpent = pte_to_swp_entry(ptent); in smaps_hugetlb_range() local
1033 if (is_pfn_swap_entry(swpent)) in smaps_hugetlb_range()
1034 folio = pfn_swap_entry_folio(swpent); in smaps_hugetlb_range()