Lines Matching refs:mpol
433 struct mempolicy *mpol, pgoff_t ilx, bool *new_page_allocated,
477 new_folio = folio_alloc_mpol(gfp_mask, 0, mpol, ilx, numa_node_id());
563 struct mempolicy *mpol;
567 mpol = get_vma_policy(vma, addr, 0, &ilx);
568 folio = __read_swap_cache_async(entry, gfp_mask, mpol, ilx,
570 mpol_cond_put(mpol);
642 * @mpol: NUMA memory allocation policy to be applied
657 struct mempolicy *mpol, pgoff_t ilx)
686 gfp_mask, mpol, ilx, &page_allocated, false);
703 folio = __read_swap_cache_async(entry, gfp_mask, mpol, ilx,
787 * @mpol: NUMA memory allocation policy to be applied
800 struct mempolicy *mpol, pgoff_t targ_ilx, struct vm_fault *vmf)
833 folio = __read_swap_cache_async(entry, gfp_mask, mpol, ilx,
853 folio = __read_swap_cache_async(targ_entry, gfp_mask, mpol, targ_ilx,
875 struct mempolicy *mpol;
879 mpol = get_vma_policy(vmf->vma, vmf->address, 0, &ilx);
881 swap_vma_readahead(entry, gfp_mask, mpol, ilx, vmf) :
882 swap_cluster_readahead(entry, gfp_mask, mpol, ilx);
883 mpol_cond_put(mpol);