Searched refs:swapcache_clear (Results 1 – 4 of 4) sorted by relevance
/linux/mm/ |
H A D | swap.h | 62 void swapcache_clear(struct swap_info_struct *si, swp_entry_t entry, int nr); 149 static inline void swapcache_clear(struct swap_info_struct *si, swp_entry_t entry, int nr) in swapcache_clear() function
|
H A D | shmem.c | 2408 swapcache_clear(si, swap, nr_pages); in shmem_swapin_folio() 2426 swapcache_clear(si, swap, folio_nr_pages(folio)); in shmem_swapin_folio()
|
H A D | memory.c | 4712 swapcache_clear(si, entry, nr_pages); in do_swap_page() 4731 swapcache_clear(si, entry, nr_pages); in do_swap_page()
|
H A D | swapfile.c | 3654 void swapcache_clear(struct swap_info_struct *si, swp_entry_t entry, int nr) in swapcache_clear() function
|