taglinefilesource code
to_the_left243mm/mmap.cstatic inline 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_left247mm/mmap.c*to_the_left = *to_the_right = NULL;
to_the_left259mm/mmap.c*to_the_left = tree;
to_the_left271mm/mmap.c*to_the_left = node;
to_the_left279mm/mmap.cif ((*to_the_left && ((*to_the_left)->vm_next != node)) || (node->vm_next != *to_the_right))
to_the_left394mm/mmap.cstruct vm_area_struct ** to_the_left, struct vm_area_struct ** to_the_right)
to_the_left401mm/mmap.c*to_the_left = *to_the_right = NULL;
to_the_left411mm/mmap.c*to_the_left = node;