Searched refs:rb_right (Results 1 – 4 of 4) sorted by relevance
88 parent->rb_right = new; in __rb_change_child()128 tmp = gparent->rb_right; in rb_insert_color()152 tmp = parent->rb_right; in rb_insert_color()173 tmp = node->rb_right; in rb_insert_color()495 while (n->rb_right) in rb_last()496 n = n->rb_right; in rb_last()512 if (node->rb_right) { in rb_next()513 node = node->rb_right; in rb_next()546 while (node->rb_right) in rb_prev()547 node=node->rb_right; in rb_prev()[all …]
99 struct rb_node *rb_right; member138 node->rb_left = node->rb_right = NULL; in rb_link_node()
686 new = &((*new)->rb_right); in gicv3_its_map_guest_device()814 node = node->rb_right; in get_its_device()
731 node = node->rb_right; in find_smmu_master()768 new = &((*new)->rb_right); in insert_smmu_master()
Completed in 14 milliseconds