taglinefilesource code
nodeleft330mm/mmap.cstruct vm_area_struct * nodeleft = node->vm_avl_left;
nodeleft332mm/mmap.cint heightleft = heightof(nodeleft);
nodeleft340mm/mmap.cstruct vm_area_struct * nodeleftleft = nodeleft->vm_avl_left;
nodeleft341mm/mmap.cstruct vm_area_struct * nodeleftright = nodeleft->vm_avl_right;
nodeleft351mm/mmap.cnode->vm_avl_left = nodeleftright; nodeleft->vm_avl_right = node;
nodeleft352mm/mmap.cnodeleft->vm_avl_height = 1 + (node->vm_avl_height = 1 + heightleftright);
nodeleft353mm/mmap.c*nodeplace = nodeleft;
nodeleft364mm/mmap.cnodeleft->vm_avl_right = nodeleftright->vm_avl_left;
nodeleft366mm/mmap.cnodeleftright->vm_avl_left = nodeleft;
nodeleft368mm/mmap.cnodeleft->vm_avl_height = node->vm_avl_height = heightleftright;