Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c360 struct vm_area_struct *vm_area_dup(struct vm_area_struct *orig) in vm_area_dup() function
541 tmp = vm_area_dup(mpnt); in dup_mmap()
/OK3568_Linux_fs/kernel/mm/
H A Dnommu.c1373 new = vm_area_dup(vma); in split_vma()
H A Dmmap.c2873 new = vm_area_dup(vma); in __split_vma()
3472 new_vma = vm_area_dup(vma); in copy_vma()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h250 struct vm_area_struct *vm_area_dup(struct vm_area_struct *);