Searched refs:__read_swap_cache_async (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/mm/ ! |
D | swap_state.c | 412 struct page *__read_swap_cache_async(swp_entry_t entry, gfp_t gfp_mask, in __read_swap_cache_async() function 532 struct page *retpage = __read_swap_cache_async(entry, gfp_mask, in read_swap_cache_async() 650 page = __read_swap_cache_async( in swap_cluster_readahead() 817 page = __read_swap_cache_async(entry, gfp_mask, vma, in swap_vma_readahead()
|
D | swap.h | 51 struct page *__read_swap_cache_async(swp_entry_t entry, gfp_t gfp_mask,
|
D | zswap.c | 1078 page = __read_swap_cache_async(swpentry, GFP_KERNEL, NULL, 0, in zswap_writeback_entry()
|