Searched refs:swap_readpage (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/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 | 524 * __read_swap_cache_async() call them and swap_readpage() holds the 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 | 3850 /* To provide entry to swap_readpage() */ in do_swap_page() 3852 swap_readpage(page, true, NULL); in do_swap_page()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | swap.h | 408 extern int swap_readpage(struct page *page, bool do_poll); 514 static inline int swap_readpage(struct page *page, bool do_poll) in swap_readpage() function
|
/kernel/linux/linux-5.10/mm/ |
H A D | swap_state.c | 565 swap_readpage(retpage, do_poll); in read_swap_cache_async() 692 swap_readpage(page, false); in swap_cluster_readahead() 864 swap_readpage(page, false); in swap_vma_readahead()
|
H A D | page_io.c | 324 int swap_readpage(struct page *page, bool synchronous) in swap_readpage() function
|
H A D | memory.c | 3438 swap_readpage(page, true); in do_swap_page()
|
Completed in 20 milliseconds