Home
last modified time | relevance | path

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

/mm/
Dswap_state.c120 int add_to_swap_cache(struct page *page, swp_entry_t entry, gfp_t gfp_mask) in add_to_swap_cache() function
191 err = add_to_swap_cache(page, entry, in add_to_swap()
Dshmem.c844 if (add_to_swap_cache(page, swap, GFP_ATOMIC) == 0) { in shmem_writepage()