Home
last modified time | relevance | path

Searched refs:lock_vma_under_rcu (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/mm/
H A Dprocess_addrs.rst50 :c:func:`!lock_vma_under_rcu` (and unlocked via :c:func:`!vma_end_read`) and a
80 * Try to obtain a VMA read lock via :c:func:`!lock_vma_under_rcu`. This tries to
101 obtained without any other lock (:c:func:`!lock_vma_under_rcu` will acquire then
714 A VMA **read** lock is obtained by :c:func:`!lock_vma_under_rcu`, which first
720 their duration and the caller of :c:func:`!lock_vma_under_rcu` must release it
752 required for lookup. This is abstracted by :c:func:`!lock_vma_under_rcu` which
789 Importantly, maple tree operations performed in :c:func:`!lock_vma_under_rcu`
/linux/arch/arm/mm/
H A Dfault.c317 vma = lock_vma_under_rcu(mm, addr); in do_page_fault()
/linux/mm/
H A Duserfaultfd.c74 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()
H A Dmemory.c6354 struct vm_area_struct *lock_vma_under_rcu(struct mm_struct *mm, in lock_vma_under_rcu() function
/linux/include/linux/
H A Dmm.h818 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
/linux/net/ipv4/
H A Dtcp.c2089 struct vm_area_struct *vma = lock_vma_under_rcu(mm, address); in find_tcp_vma()