Home
last modified time | relevance | path

Searched refs:page_allocated (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/mm/
H A Dswap_state.c488 bool page_allocated; in read_swap_cache_async() local
499 &page_allocated, false); in read_swap_cache_async()
502 if (page_allocated) in read_swap_cache_async()
599 bool page_allocated; in swap_cluster_readahead() local
621 if (page_allocated) { in swap_cluster_readahead()
636 &page_allocated, false); in swap_cluster_readahead()
637 if (unlikely(page_allocated)) in swap_cluster_readahead()
742 bool page_allocated; in swap_vma_readahead() local
766 &page_allocated, false); in swap_vma_readahead()
769 if (page_allocated) { in swap_vma_readahead()
[all …]