Searched refs:mpnt (Results 1 – 1 of 1) sorted by relevance
130 struct vm_area_struct *mpnt; in make_coherent() local143 vma_interval_tree_foreach(mpnt, &mapping->i_mmap, pgoff, pgoff) { in make_coherent()157 if (mpnt->vm_mm != mm || mpnt == vma) in make_coherent()159 if (!(mpnt->vm_flags & VM_MAYSHARE)) in make_coherent()161 offset = (pgoff - mpnt->vm_pgoff) << PAGE_SHIFT; in make_coherent()162 mpnt_addr = mpnt->vm_start + offset; in make_coherent()167 aliases += adjust_pte(mpnt, mpnt_addr, pfn, need_lock); in make_coherent()
Completed in 11 milliseconds