Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/vma/
H A Dvma_internal.h469 static inline void vma_assert_detached(struct vm_area_struct *vma) in vma_assert_detached() function
478 vma_assert_detached(vma); in vma_mark_attached()
H A Dvma.c77 vma_assert_detached(ret); in alloc_vma()
/linux-6.15/include/linux/
H A Dmm.h857 static inline void vma_assert_detached(struct vm_area_struct *vma) in vma_assert_detached() function
865 vma_assert_detached(vma); in vma_mark_attached()
901 static inline void vma_assert_detached(struct vm_area_struct *vma) {} in vma_assert_detached() function
/linux-6.15/kernel/
H A Dfork.c507 vma_assert_detached(vma); in vm_area_free()