Home
last modified time | relevance | path

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

/linux/mm/
H A Dmmap_lock.c166 struct mm_struct *other_mm; in vma_start_read() local
229 other_mm = vma->vm_mm; /* use a copy as vma can be freed after we drop vm_refcnt */ in vma_start_read()
233 mmgrab(other_mm); in vma_start_read()
235 mmdrop(other_mm); in vma_start_read()