Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/
Dfork.c465 struct vm_area_struct *vm_area_dup(struct vm_area_struct *orig) in vm_area_dup() function
641 tmp = vm_area_dup(mpnt); in dup_mmap()
/linux-5.19.10/mm/
Dnommu.c1359 new = vm_area_dup(vma); in split_vma()
Dmmap.c2737 new = vm_area_dup(vma); in __split_vma()
3270 new_vma = vm_area_dup(vma); in copy_vma()
/linux-5.19.10/include/linux/
Dmm.h246 struct vm_area_struct *vm_area_dup(struct vm_area_struct *);