Lines Matching defs:pprev
535 unsigned long end, struct vm_area_struct **pprev,
560 *pprev = NULL;
562 *pprev = rb_entry(rb_prev, struct vm_area_struct, vm_rb);
591 * @pprev: pointer to the pointer that will be set to previous vm_area_struct
596 * @end and munmap them. Set @pprev to the previous vm_area_struct.
602 struct vm_area_struct **pprev, struct rb_node ***link,
606 while (find_vma_links(mm, start, start + len, pprev, link, parent))
2382 * Same as find_vma, but also return a pointer to the previous VMA in *pprev.
2386 struct vm_area_struct **pprev)
2392 *pprev = vma->vm_prev;
2396 *pprev = rb_node ? rb_entry(rb_node, struct vm_area_struct, vm_rb) : NULL;