Lines Matching refs:find_vma
449 task_vma_iter_first_vma, /* use find_vma() with addr 0 */
451 task_vma_iter_find_vma, /* use find_vma() to find next vma */
494 * find_vma() will return VMA3, just process VMA3.
498 * find_vma() will return VMA2, process VMA2->next.
504 * 4) find_vma() returns a different vma, VMA2'.
538 * space, so it is necessary to use find_vma() to
556 curr_vma = find_vma(curr_mm, 0);
559 curr_vma = find_vma(curr_mm, curr_vma->vm_end);
562 /* We dropped mmap_lock so it is necessary to use find_vma
566 curr_vma = find_vma(curr_mm, info->prev_vm_end - 1);
573 curr_vma = find_vma(curr_mm, curr_vma->vm_end);
669 * find_vma() (case task_vma_iter_find_vma in
804 vma = find_vma(mm, start);