Lines Matching defs:mpol
365 struct mempolicy *mpol, pgoff_t ilx, bool *new_page_allocated,
400 new_folio = folio_alloc_mpol(gfp_mask, 0, mpol, ilx, numa_node_id());
486 struct mempolicy *mpol;
494 mpol = get_vma_policy(vma, addr, 0, &ilx);
495 folio = __read_swap_cache_async(entry, gfp_mask, mpol, ilx,
497 mpol_cond_put(mpol);
571 * @mpol: NUMA memory allocation policy to be applied
586 struct mempolicy *mpol, pgoff_t ilx)
615 gfp_mask, mpol, ilx, &page_allocated, false);
632 folio = __read_swap_cache_async(entry, gfp_mask, mpol, ilx,
716 * @mpol: NUMA memory allocation policy to be applied
729 struct mempolicy *mpol, pgoff_t targ_ilx, struct vm_fault *vmf)
762 folio = __read_swap_cache_async(entry, gfp_mask, mpol, ilx,
782 folio = __read_swap_cache_async(targ_entry, gfp_mask, mpol, targ_ilx,
804 struct mempolicy *mpol;
808 mpol = get_vma_policy(vmf->vma, vmf->address, 0, &ilx);
810 swap_vma_readahead(entry, gfp_mask, mpol, ilx, vmf) :
811 swap_cluster_readahead(entry, gfp_mask, mpol, ilx);
812 mpol_cond_put(mpol);