Searched refs:swap_readpage (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/mm/ |
H A D | swap.h | 11 void swap_readpage(struct page *page, bool do_poll, struct swap_iocb **plug); 66 static inline void swap_readpage(struct page *page, bool do_poll, in swap_readpage() function
|
H A 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()
|
H A D | page_io.c | 493 void swap_readpage(struct page *page, bool synchronous, struct swap_iocb **plug) in swap_readpage() function
|
H A D | memory.c | 3853 swap_readpage(page, true, NULL); in do_swap_page()
|