taglinefilesource code
ptree417mm/mmap.cstatic void avl_insert (struct vm_area_struct * new_node, struct vm_area_struct ** ptree)
ptree420mm/mmap.cstruct vm_area_struct ** nodeplace = ptree;
ptree444mm/mmap.cstatic void avl_insert_neighbours (struct vm_area_struct * new_node, struct vm_area_struct ** ptree,
ptree448mm/mmap.cstruct vm_area_struct ** nodeplace = ptree;
ptree474mm/mmap.cstatic void avl_remove (struct vm_area_struct * node_to_delete, struct vm_area_struct ** ptree)
ptree477mm/mmap.cstruct vm_area_struct ** nodeplace = ptree;