Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/mm/
H A Dfault.c342 vma = lock_vma_under_rcu(mm, addr); in handle_page_fault()
/linux-6.15/arch/s390/mm/
H A Dfault.c290 vma = lock_vma_under_rcu(mm, address); in do_exception()
/linux-6.15/arch/powerpc/mm/
H A Dfault.c489 vma = lock_vma_under_rcu(mm, address); in ___do_page_fault()
/linux-6.15/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
725 duration and the caller of :c:func:`!lock_vma_under_rcu` must drop it via
757 required for lookup. This is abstracted by :c:func:`!lock_vma_under_rcu` which
795 Importantly, maple tree operations performed in :c:func:`!lock_vma_under_rcu`
/linux-6.15/arch/arm/mm/
H A Dfault.c317 vma = lock_vma_under_rcu(mm, addr); in do_page_fault()
/linux-6.15/drivers/android/
H A Dbinder_alloc.c265 vma = lock_vma_under_rcu(mm, addr); in binder_page_insert()
1156 vma = lock_vma_under_rcu(mm, page_addr); in binder_alloc_free_page()
/linux-6.15/mm/
H A Duserfaultfd.c74 vma = lock_vma_under_rcu(mm, address); in uffd_lock_vma()
1561 *src_vmap = lock_vma_under_rcu(mm, src_start); in uffd_move_lock()
H A Dmemory.c6545 struct vm_area_struct *lock_vma_under_rcu(struct mm_struct *mm, in lock_vma_under_rcu() function
/linux-6.15/arch/arm64/mm/
H A Dfault.c619 vma = lock_vma_under_rcu(mm, addr); in do_page_fault()
/linux-6.15/arch/x86/mm/
H A Dfault.c1328 vma = lock_vma_under_rcu(mm, address); in do_user_addr_fault()
/linux-6.15/include/linux/
H A Dmm.h887 struct vm_area_struct *lock_vma_under_rcu(struct mm_struct *mm,
905 static inline struct vm_area_struct *lock_vma_under_rcu(struct mm_struct *mm, in lock_vma_under_rcu() function
/linux-6.15/net/ipv4/
H A Dtcp.c2097 struct vm_area_struct *vma = lock_vma_under_rcu(mm, address); in find_tcp_vma()