Home
last modified time | relevance | path

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

/linux/mm/
H A Dswap_state.c518 bool page_allocated; in read_swap_cache_async() local
529 &page_allocated, false); in read_swap_cache_async()
532 if (page_allocated) in read_swap_cache_async()
629 bool page_allocated; in swap_cluster_readahead() local
648 gfp_mask, mpol, ilx, &page_allocated, false); in swap_cluster_readahead()
651 if (page_allocated) { in swap_cluster_readahead()
666 &page_allocated, false); in swap_cluster_readahead()
667 if (unlikely(page_allocated)) in swap_cluster_readahead()
736 bool page_allocated; in swap_vma_readahead() local
771 &page_allocated, false); in swap_vma_readahead()
[all …]