tag | line | file | source code |
ptree | 402 | mm/mmap.c | static void avl_insert (struct vm_area_struct * new_node, struct vm_area_struct ** ptree) |
ptree | 405 | mm/mmap.c | struct vm_area_struct ** nodeplace = ptree; |
ptree | 429 | mm/mmap.c | static void avl_insert_neighbours (struct vm_area_struct * new_node, struct vm_area_struct ** ptree, |
ptree | 433 | mm/mmap.c | struct vm_area_struct ** nodeplace = ptree; |
ptree | 459 | mm/mmap.c | static void avl_remove (struct vm_area_struct * node_to_delete, struct vm_area_struct ** ptree) |
ptree | 462 | mm/mmap.c | struct vm_area_struct ** nodeplace = ptree; |