Searched refs:lock_vma_under_rcu (Results 1 – 6 of 6) sorted by relevance
50 :c:func:`!lock_vma_under_rcu` (and unlocked via :c:func:`!vma_end_read`) and a80 * Try to obtain a VMA read lock via :c:func:`!lock_vma_under_rcu`. This tries to101 obtained without any other lock (:c:func:`!lock_vma_under_rcu` will acquire then714 A VMA **read** lock is obtained by :c:func:`!lock_vma_under_rcu`, which first720 their duration and the caller of :c:func:`!lock_vma_under_rcu` must release it752 required for lookup. This is abstracted by :c:func:`!lock_vma_under_rcu` which789 Importantly, maple tree operations performed in :c:func:`!lock_vma_under_rcu`
317 vma = lock_vma_under_rcu(mm, addr); in do_page_fault()
74 vma = lock_vma_under_rcu(mm, address); in uffd_lock_vma()1557 *src_vmap = lock_vma_under_rcu(mm, src_start); in uffd_move_lock()
6354 struct vm_area_struct *lock_vma_under_rcu(struct mm_struct *mm, in lock_vma_under_rcu() function
818 struct vm_area_struct *lock_vma_under_rcu(struct mm_struct *mm,832 static inline struct vm_area_struct *lock_vma_under_rcu(struct mm_struct *mm, in lock_vma_under_rcu() function
2089 struct vm_area_struct *vma = lock_vma_under_rcu(mm, address); in find_tcp_vma()