Home
last modified time | relevance | path

Searched refs:anon_vma_clone (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/vma/include/
H A Dcustom.h55 static inline int anon_vma_clone(struct vm_area_struct *dst, struct vm_area_struct *src, in vma_start_write()
66 static inline int anon_vma_clone(struct vm_area_struct *dst, struct vm_area_struct *src, anon_vma_clone() function
/linux/mm/
H A Dvma.c536 err = anon_vma_clone(new, vma, VMA_OP_SPLIT); in __split_vma()
634 ret = anon_vma_clone(dst, src, VMA_OP_MERGE_UNFAULTED); in dup_anon_vma()
1930 if (anon_vma_clone(new_vma, vma, VMA_OP_REMAP)) in copy_vma()
H A Drmap.c320 int anon_vma_clone(struct vm_area_struct *dst, struct vm_area_struct *src, in anon_vma_clone() function
404 rc = anon_vma_clone(vma, pvma, VMA_OP_FORK); in anon_vma_fork()