taglinefilesource code
nodeleft336mm/mmap.cstruct vm_area_struct * nodeleft = node->vm_avl_left;
nodeleft338mm/mmap.cint heightleft = heightof(nodeleft);
nodeleft346mm/mmap.cstruct vm_area_struct * nodeleftleft = nodeleft->vm_avl_left;
nodeleft347mm/mmap.cstruct vm_area_struct * nodeleftright = nodeleft->vm_avl_right;
nodeleft357mm/mmap.cnode->vm_avl_left = nodeleftright; nodeleft->vm_avl_right = node;
nodeleft358mm/mmap.cnodeleft->vm_avl_height = 1 + (node->vm_avl_height = 1 + heightleftright);
nodeleft359mm/mmap.c*nodeplace = nodeleft;
nodeleft370mm/mmap.cnodeleft->vm_avl_right = nodeleftright->vm_avl_left;
nodeleft372mm/mmap.cnodeleftright->vm_avl_left = nodeleft;
nodeleft374mm/mmap.cnodeleft->vm_avl_height = node->vm_avl_height = heightleftright;