Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dfork.c355 struct vm_area_struct *vm_area_dup(struct vm_area_struct *orig) in vm_area_dup() function
552 tmp = vm_area_dup(mpnt); in dup_mmap()
/Linux-v5.15/mm/
Dnommu.c1358 new = vm_area_dup(vma); in split_vma()
Dmmap.c2714 new = vm_area_dup(vma); in __split_vma()
3277 new_vma = vm_area_dup(vma); in copy_vma()
/Linux-v5.15/include/linux/
Dmm.h254 struct vm_area_struct *vm_area_dup(struct vm_area_struct *);