Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dmempolicy.h127 int vma_dup_policy(struct vm_area_struct *src, struct vm_area_struct *dst);
234 vma_dup_policy(struct vm_area_struct *src, struct vm_area_struct *dst) in vma_dup_policy() function
/linux-5.19.10/mm/
Dmmap.c2748 err = vma_dup_policy(vma, new); in __split_vma()
3276 if (vma_dup_policy(vma, new_vma)) in copy_vma()
Dmempolicy.c2372 int vma_dup_policy(struct vm_area_struct *src, struct vm_area_struct *dst) in vma_dup_policy() function
/linux-5.19.10/kernel/
Dfork.c644 retval = vma_dup_policy(mpnt, tmp); in dup_mmap()