Searched refs:vma_tmp (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dmmap.c562 struct vm_area_struct *vma_tmp; local
565 vma_tmp = rb_entry(__rb_parent, struct vm_area_struct, vm_rb);
567 if (vma_tmp->vm_end > addr) {
569 if (vma_tmp->vm_start < end)

Completed in 43 milliseconds