Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dmempolicy.h121 int vma_dup_policy(struct vm_area_struct *src, struct vm_area_struct *dst);
232 vma_dup_policy(struct vm_area_struct *src, struct vm_area_struct *dst) in vma_dup_policy() function
/linux-6.12.1/tools/testing/vma/
Dvma_internal.h705 static inline int vma_dup_policy(struct vm_area_struct *, struct vm_area_struct *) in vma_dup_policy() function
/linux-6.12.1/mm/
Dvma.c399 err = vma_dup_policy(vma, new); in __split_vma()
1669 if (vma_dup_policy(vma, new_vma)) in copy_vma()
Dmempolicy.c2560 int vma_dup_policy(struct vm_area_struct *src, struct vm_area_struct *dst) in vma_dup_policy() function
/linux-6.12.1/kernel/
Dfork.c695 retval = vma_dup_policy(mpnt, tmp); in dup_mmap()