Searched refs:swap_readpage (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/mm/ |
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
|
A D | swap_state.c | 525 swap_readpage(retpage, do_poll, plug); in read_swap_cache_async() 646 swap_readpage(page, false, &splug); in swap_cluster_readahead() 811 swap_readpage(page, false, &splug); in swap_vma_readahead()
|
A D | page_io.c | 496 void swap_readpage(struct page *page, bool synchronous, struct swap_iocb **plug) in swap_readpage() function
|
A D | memory.c | 3760 swap_readpage(page, true, NULL); in do_swap_page()
|
/linux-6.3-rc2/Documentation/translations/zh_CN/mm/ |
A D | frontswap.rst | 137 当交换子系统需要交换一个页面时(swap_readpage()),它首先调用frontswap_load(),
|
/linux-6.3-rc2/Documentation/mm/ |
A D | frontswap.rst | 178 When the swap subsystem needs to swap-in a page (swap_readpage()),
|
Completed in 16 milliseconds