Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmmap_lock.h325 static inline void vma_assert_detached(struct vm_area_struct *vma) in vma_assert_detached() function
333 vma_assert_detached(vma); in vma_mark_attached()
377 static inline void vma_assert_detached(struct vm_area_struct *vma) {} in vma_assert_detached() function
/linux/mm/
H A Dvma_init.c146 vma_assert_detached(vma); in vm_area_free()
/linux/tools/testing/vma/
H A Dvma_internal.h616 static inline void vma_assert_detached(struct vm_area_struct *vma) in vma_assert_detached() function
625 vma_assert_detached(vma); in vma_mark_attached()
H A Dvma.c79 vma_assert_detached(ret); in alloc_vma()