Searched refs:vma_find (Results 1 – 1 of 1) sorted by relevance
665 struct vm_area_struct *vma_find(struct vma_iterator *vmi, unsigned long max) in vma_find() function676 return vma_find(vmi, ULONG_MAX); in vma_next()694 while (((__vma) = vma_find(&(__vmi), (__end) - 1)) != NULL)