Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/vma/
Dvma_internal.h450 static inline struct vm_area_struct *vm_area_dup(struct vm_area_struct *orig) in vm_area_dup() function
/linux-6.12.1/mm/
Dvma.c383 new = vm_area_dup(vma); in __split_vma()
1665 new_vma = vm_area_dup(vma); in copy_vma()
Dnommu.c1317 new = vm_area_dup(vma); in split_vma()
/linux-6.12.1/kernel/
Dfork.c486 struct vm_area_struct *vm_area_dup(struct vm_area_struct *orig) in vm_area_dup() function
692 tmp = vm_area_dup(mpnt); in dup_mmap()
/linux-6.12.1/include/linux/
Dmm.h257 struct vm_area_struct *vm_area_dup(struct vm_area_struct *);