Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dswap_state.c562 bool page_allocated; in read_swap_cache_async() local
569 &page_allocated, false); in read_swap_cache_async()
572 if (page_allocated) in read_swap_cache_async()
667 bool page_allocated; in swap_cluster_readahead() local
686 gfp_mask, mpol, ilx, &page_allocated, false); in swap_cluster_readahead()
689 if (page_allocated) { in swap_cluster_readahead()
704 &page_allocated, false); in swap_cluster_readahead()
705 if (unlikely(page_allocated)) in swap_cluster_readahead()
810 bool page_allocated; in swap_vma_readahead() local
834 &page_allocated, false); in swap_vma_readahead()
[all …]