taglinefilesource code
ptree378mm/mmap.cstatic inline void avl_insert (struct vm_area_struct * new_node, struct vm_area_struct ** ptree)
ptree381mm/mmap.cstruct vm_area_struct ** nodeplace = ptree;
ptree405mm/mmap.cstatic inline void avl_insert_neighbours (struct vm_area_struct * new_node, struct vm_area_struct ** ptree,
ptree409mm/mmap.cstruct vm_area_struct ** nodeplace = ptree;
ptree435mm/mmap.cstatic inline void avl_remove (struct vm_area_struct * node_to_delete, struct vm_area_struct ** ptree)
ptree438mm/mmap.cstruct vm_area_struct ** nodeplace = ptree;