Searched refs:__read_swap_cache_async (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | swap_state.c | 452 struct page *__read_swap_cache_async(swp_entry_t entry, gfp_t gfp_mask, in __read_swap_cache_async() function 562 struct page *retpage = __read_swap_cache_async(entry, gfp_mask, in read_swap_cache_async() 691 page = __read_swap_cache_async( in swap_cluster_readahead() 864 page = __read_swap_cache_async(entry, gfp_mask, vma, in swap_vma_readahead()
|
| H A D | zswap.c | 850 *retpage = __read_swap_cache_async(entry, GFP_KERNEL, in zswap_get_swap_cache_page()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | swap.h | 444 extern struct page *__read_swap_cache_async(swp_entry_t, gfp_t,
|