taglinefilesource code
nodeleft308mm/mmap.cstruct vm_area_struct * nodeleft = node->vm_avl_left;
nodeleft310mm/mmap.cint heightleft = heightof(nodeleft);
nodeleft318mm/mmap.cstruct vm_area_struct * nodeleftleft = nodeleft->vm_avl_left;
nodeleft319mm/mmap.cstruct vm_area_struct * nodeleftright = nodeleft->vm_avl_right;
nodeleft329mm/mmap.cnode->vm_avl_left = nodeleftright; nodeleft->vm_avl_right = node;
nodeleft330mm/mmap.cnodeleft->vm_avl_height = 1 + (node->vm_avl_height = 1 + heightleftright);
nodeleft331mm/mmap.c*nodeplace = nodeleft;
nodeleft342mm/mmap.cnodeleft->vm_avl_right = nodeleftright->vm_avl_left;
nodeleft344mm/mmap.cnodeleftright->vm_avl_left = nodeleft;
nodeleft346mm/mmap.cnodeleft->vm_avl_height = node->vm_avl_height = heightleftright;