taglinefilesource code
to_the_right285mm/mmap.cstatic void avl_neighbours (struct vm_area_struct * node, struct vm_area_struct * tree, struct vm_area_struct ** to_the_left, struct vm_area_struct ** to_the_right)
to_the_right289mm/mmap.c*to_the_left = *to_the_right = NULL;
to_the_right298mm/mmap.c*to_the_right = tree;
to_the_right319mm/mmap.c*to_the_right = node;
to_the_right321mm/mmap.cif ((*to_the_left && ((*to_the_left)->vm_next != node)) || (node->vm_next != *to_the_right))
to_the_right436mm/mmap.cstruct vm_area_struct ** to_the_left, struct vm_area_struct ** to_the_right)
to_the_right443mm/mmap.c*to_the_left = *to_the_right = NULL;
to_the_right450mm/mmap.c*to_the_right = node;