tag | line | file | source code |
to_the_right | 248 | mm/mmap.c | static inline void avl_neighbours (struct vm_area_struct * node, struct vm_area_struct * tree, struct vm_area_struct ** to_the_left, struct vm_area_struct ** to_the_right) |
to_the_right | 252 | mm/mmap.c | *to_the_left = *to_the_right = NULL; |
to_the_right | 261 | mm/mmap.c | *to_the_right = tree; |
to_the_right | 282 | mm/mmap.c | *to_the_right = node; |
to_the_right | 284 | mm/mmap.c | if ((*to_the_left && ((*to_the_left)->vm_next != node)) || (node->vm_next != *to_the_right)) |
to_the_right | 399 | mm/mmap.c | struct vm_area_struct ** to_the_left, struct vm_area_struct ** to_the_right) |
to_the_right | 406 | mm/mmap.c | *to_the_left = *to_the_right = NULL; |
to_the_right | 413 | mm/mmap.c | *to_the_right = node; |