taglinefilesource code
nodeleft345mm/mmap.cstruct vm_area_struct * nodeleft = node->vm_avl_left;
nodeleft347mm/mmap.cint heightleft = heightof(nodeleft);
nodeleft355mm/mmap.cstruct vm_area_struct * nodeleftleft = nodeleft->vm_avl_left;
nodeleft356mm/mmap.cstruct vm_area_struct * nodeleftright = nodeleft->vm_avl_right;
nodeleft366mm/mmap.cnode->vm_avl_left = nodeleftright; nodeleft->vm_avl_right = node;
nodeleft367mm/mmap.cnodeleft->vm_avl_height = 1 + (node->vm_avl_height = 1 + heightleftright);
nodeleft368mm/mmap.c*nodeplace = nodeleft;
nodeleft379mm/mmap.cnodeleft->vm_avl_right = nodeleftright->vm_avl_left;
nodeleft381mm/mmap.cnodeleftright->vm_avl_left = nodeleft;
nodeleft383mm/mmap.cnodeleft->vm_avl_height = node->vm_avl_height = heightleftright;