Home
last modified time | relevance | path

Searched refs:vma_is_attached (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dmmap_lock.h423 static inline bool vma_is_attached(struct vm_area_struct *vma) in vma_is_attached() function
435 WARN_ON_ONCE(!vma_is_attached(vma)); in vma_assert_attached()
440 WARN_ON_ONCE(vma_is_attached(vma)); in vma_assert_detached()
/linux/mm/
H A Drmap.c266 vma_is_attached(dst)); in check_anon_vma_clone()