Home
last modified time | relevance | path

Searched defs:lock_vma_under_rcu (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
H A Dmmap_lock.c135 struct vm_area_struct *lock_vma_under_rcu(struct mm_struct *mm, in lock_vma_under_rcu() function
/linux/rust/kernel/
H A Dmm.rs223 pub fn lock_vma_under_rcu(&self, vma_addr: usize) -> Option<VmaReadGuard<'_>> { lock_vma_under_rcu() method
/linux/include/linux/
H A Dmmap_lock.h340 static inline struct vm_area_struct *lock_vma_under_rcu(struct mm_struct *mm, in lock_vma_under_rcu() function