Searched refs:swap_readpage (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/mm/ |
D | swap.h | 11 void swap_readpage(struct page *page, bool do_poll, struct swap_iocb **plug); 65 static inline void swap_readpage(struct page *page, bool do_poll, in swap_readpage() function
|
D | swap_state.c | 536 swap_readpage(retpage, false, plug); in read_swap_cache_async() 656 swap_readpage(page, false, &splug); in swap_cluster_readahead() 822 swap_readpage(page, false, &splug); in swap_vma_readahead()
|
D | page_io.c | 493 void swap_readpage(struct page *page, bool synchronous, struct swap_iocb **plug) in swap_readpage() function
|
D | memory.c | 3821 swap_readpage(page, true, NULL); in do_swap_page()
|