Home
last modified time | relevance | path

Searched refs:rb_right (Results 1 – 4 of 4) sorted by relevance

/xen/xen/common/
A Drbtree.c88 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 …]
/xen/xen/include/xen/
A Drbtree.h99 struct rb_node *rb_right; member
138 node->rb_left = node->rb_right = NULL; in rb_link_node()
/xen/xen/arch/arm/
A Dgic-v3-its.c686 new = &((*new)->rb_right); in gicv3_its_map_guest_device()
814 node = node->rb_right; in get_its_device()
/xen/xen/drivers/passthrough/arm/
A Dsmmu.c731 node = node->rb_right; in find_smmu_master()
768 new = &((*new)->rb_right); in insert_smmu_master()

Completed in 14 milliseconds