taglinefilesource code
ptree402mm/mmap.cstatic void avl_insert (struct vm_area_struct * new_node, struct vm_area_struct ** ptree)
ptree405mm/mmap.cstruct vm_area_struct ** nodeplace = ptree;
ptree429mm/mmap.cstatic void avl_insert_neighbours (struct vm_area_struct * new_node, struct vm_area_struct ** ptree,
ptree433mm/mmap.cstruct vm_area_struct ** nodeplace = ptree;
ptree459mm/mmap.cstatic void avl_remove (struct vm_area_struct * node_to_delete, struct vm_area_struct ** ptree)
ptree462mm/mmap.cstruct vm_area_struct ** nodeplace = ptree;