Home
last modified time | relevance | path

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

/linux/mm/
H A Dvma_init.c120 struct vm_area_struct *vm_area_dup(struct vm_area_struct *orig) in vm_area_dup() function
H A Dvma.h586 struct vm_area_struct *vm_area_dup(struct vm_area_struct *orig);
H A Dvma.c515 new = vm_area_dup(vma); in __split_vma()
1868 new_vma = vm_area_dup(vma); in copy_vma()
H A Dnommu.c1326 new = vm_area_dup(vma); in split_vma()
H A Dmmap.c1780 tmp = vm_area_dup(mpnt); in dup_mmap()
/linux/include/linux/
H A Dmm.h235 struct vm_area_struct *vm_area_dup(struct vm_area_struct *);