Searched refs:detached (Results 1 – 1 of 1) sorted by relevance
72 static inline void __vma_exit_locked(struct vm_area_struct *vma, bool *detached) in __vma_exit_locked() argument74 *detached = refcount_sub_and_test(VMA_LOCK_OFFSET, &vma->vm_refcnt); in __vma_exit_locked()98 bool detached; in __vma_start_write() local100 __vma_exit_locked(vma, &detached); in __vma_start_write()101 WARN_ON_ONCE(detached); /* vma should remain attached */ in __vma_start_write()122 bool detached; in vma_mark_detached() local124 __vma_exit_locked(vma, &detached); in vma_mark_detached()125 WARN_ON_ONCE(!detached); in vma_mark_detached()
Completed in 4 milliseconds