Home
last modified time | relevance | path

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

/linux/tools/testing/vma/
H A Dvma_internal.h460 static inline struct vm_area_struct *vm_area_dup(struct vm_area_struct *orig) in vm_area_dup()
450 static inline struct vm_area_struct *vm_area_dup(struct vm_area_struct *orig) vm_area_dup() function
/linux/mm/
H A Dvma.c434 new = vm_area_dup(vma); in __split_vma()
1756 new_vma = vm_area_dup(vma); in copy_vma()
H A Dnommu.c1317 new = vm_area_dup(vma); in split_vma()
/linux/kernel/
H A Dfork.c485 struct vm_area_struct *vm_area_dup(struct vm_area_struct *orig) in vm_area_dup() function
694 tmp = vm_area_dup(mpnt); in dup_mmap()
/linux/include/linux/
H A Dmm.h258 struct vm_area_struct *vm_area_dup(struct vm_area_struct *);