Searched refs:lookup_swap_cache (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/include/linux/ |
D | swap.h | 457 extern struct page *lookup_swap_cache(swp_entry_t entry, 614 static inline struct page *lookup_swap_cache(swp_entry_t swp, in lookup_swap_cache() function
|
/Linux-v5.15/mm/ |
D | swap_state.c | 334 struct page *lookup_swap_cache(swp_entry_t entry, struct vm_area_struct *vma, in lookup_swap_cache() function
|
D | swapfile.c | 1967 page = lookup_swap_cache(entry, vma, addr); in unuse_pte_range()
|
D | shmem.c | 1726 page = lookup_swap_cache(swap, NULL, 0); in shmem_swapin_page()
|
D | memory.c | 3520 page = lookup_swap_cache(entry, vma, vmf->address); in do_swap_page()
|