Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dswap.h426 extern struct page *swap_cluster_readahead(swp_entry_t entry, gfp_t flag,
538 static inline struct page *swap_cluster_readahead(swp_entry_t entry, in swap_cluster_readahead() function
/Linux-v5.4/mm/
Dswap_state.c539 struct page *swap_cluster_readahead(swp_entry_t entry, gfp_t gfp_mask, in swap_cluster_readahead() function
786 swap_cluster_readahead(entry, gfp_mask, vmf); in swapin_readahead()
Dshmem.c1460 page = swap_cluster_readahead(swap, gfp, &vmf); in shmem_swapin()