taglinefilesource code
nodeleft294mm/mmap.cstruct vm_area_struct * nodeleft = node->vm_avl_left;
nodeleft296mm/mmap.cint heightleft = heightof(nodeleft);
nodeleft304mm/mmap.cstruct vm_area_struct * nodeleftleft = nodeleft->vm_avl_left;
nodeleft305mm/mmap.cstruct vm_area_struct * nodeleftright = nodeleft->vm_avl_right;
nodeleft315mm/mmap.cnode->vm_avl_left = nodeleftright; nodeleft->vm_avl_right = node;
nodeleft316mm/mmap.cnodeleft->vm_avl_height = 1 + (node->vm_avl_height = 1 + heightleftright);
nodeleft317mm/mmap.c*nodeplace = nodeleft;
nodeleft328mm/mmap.cnodeleft->vm_avl_right = nodeleftright->vm_avl_left;
nodeleft330mm/mmap.cnodeleftright->vm_avl_left = nodeleft;
nodeleft332mm/mmap.cnodeleft->vm_avl_height = node->vm_avl_height = heightleftright;