Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dswap_state.c128 int add_to_swap_cache(struct page *page, swp_entry_t entry, in add_to_swap_cache() function
239 err = add_to_swap_cache(page, entry, in add_to_swap()
526 if (add_to_swap_cache(page, entry, gfp_mask & GFP_RECLAIM_MASK, &shadow)) { in __read_swap_cache_async()
Dshmem.c1443 if (add_to_swap_cache(page, swap, in shmem_writepage()
/kernel/linux/linux-5.10/include/linux/
Dswap.h432 extern int add_to_swap_cache(struct page *page, swp_entry_t entry,
608 static inline int add_to_swap_cache(struct page *page, swp_entry_t entry, in add_to_swap_cache() function