Searched refs:swapin_readahead (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/mm/ |
H A D | swap.h | 57 struct page *swapin_readahead(swp_entry_t entry, gfp_t flag, 89 static inline struct page *swapin_readahead(swp_entry_t swp, gfp_t gfp_mask, in swapin_readahead() function
|
H A D | swap_state.c | 842 * swapin_readahead - swap in pages in hope we need them soon 853 struct page *swapin_readahead(swp_entry_t entry, gfp_t gfp_mask, in swapin_readahead() function
|
H A D | swapfile.c | 1888 page = swapin_readahead(entry, GFP_HIGHUSER_MOVABLE, in unuse_pte_range() 3319 * swapin_readahead() doesn't check if a swap entry is valid, so the in __swap_duplicate()
|
H A D | memory.c | 3856 page = swapin_readahead(entry, GFP_HIGHUSER_MOVABLE, in do_swap_page()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | swap.h | 453 extern struct page *swapin_readahead(swp_entry_t entry, gfp_t flag, 574 static inline struct page *swapin_readahead(swp_entry_t swp, gfp_t gfp_mask, in swapin_readahead() function
|
/kernel/linux/linux-5.10/mm/ |
H A D | swap_state.c | 880 * swapin_readahead - swap in pages in hope we need them soon 891 struct page *swapin_readahead(swp_entry_t entry, gfp_t gfp_mask, in swapin_readahead() function
|
H A D | swapfile.c | 2004 page = swapin_readahead(entry, GFP_HIGHUSER_MOVABLE, in unuse_pte_range() 3510 * swapin_readahead() doesn't check if a swap entry is valid, so the in __swap_duplicate()
|
H A D | memory.c | 3441 page = swapin_readahead(entry, GFP_HIGHUSER_MOVABLE, in do_swap_page()
|
Completed in 27 milliseconds