Home
last modified time | relevance | path

Searched refs:vma_start_read_locked_nested (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dmmap_lock.h238 static inline bool vma_start_read_locked_nested(struct vm_area_struct *vma, int subclass) in vma_start_read_locked_nested() function
259 return vma_start_read_locked_nested(vma, 0); in vma_start_read_locked()
/linux/mm/
H A Duserfaultfd.c1656 if (!vma_start_read_locked_nested(*src_vmap, SINGLE_DEPTH_NESTING)) { in uffd_move_lock()