Home
last modified time | relevance | path

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

/linux/mm/
H A Dmempolicy.c423 mpol_rebind_policy(vma->vm_policy, new); in mpol_rebind_mm()
808 old = vma->vm_policy; in vma_replace_policy()
809 vma->vm_policy = new; /* protected by mmap_lock */ in vma_replace_policy()
833 if (mpol_equal(vma->vm_policy, new_pol)) { in mbind_range()
1804 vma->vm_ops->get_policy(vma, addr, ilx) : vma->vm_policy; in __get_vma_policy()
1854 pol = vma->vm_policy; in vma_policy_mof()
2566 struct mempolicy *pol = mpol_dup(src->vm_policy); in vma_dup_policy()
2570 dst->vm_policy = pol; in vma_dup_policy()
/linux/include/linux/
H A Dmm_types.h779 struct mempolicy *vm_policy; /* NUMA policy for the VMA */ member
788 #define vma_policy(vma) ((vma)->vm_policy)
/linux/tools/testing/vma/
H A Dvma_internal.h292 struct mempolicy *vm_policy; /* NUMA policy for the VMA */
282 struct mempolicy *vm_policy; /* NUMA policy for the VMA */ global() member
/linux/ipc/
H A Dshm.c580 struct mempolicy *mpol = vma->vm_policy; in shm_get_policy()
/linux/Documentation/mm/
H A Dprocess_addrs.rst222 …:c:member:`!vm_policy` CONFIG_NUMA :c:type:`!mempolicy` object which m…