Searched refs:rb_right (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Drbtree.h41 #define rb_right __entry.rbe_right macro
101 p->rb_right = new;
106 if (victim->rb_right)
107 rb_set_parent(victim->rb_right, new);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_rb.c43 #define rb_right rb_nodes[RB_DIR_RIGHT] macro
55 #define RB_RIGHT_SENTINEL_P(rb) RB_SENTINEL_P((rb)->rb_right)
211 self->rb_right = parent->rb_nodes[position];
291 which = (father == grandpa->rb_right);
570 && RB_BLACK_P(brother->rb_right)) {
612 && RB_BLACK_P(brother->rb_right)) {
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cm.c156 node = node->rb_right;
160 node = node->rb_right;
235 link = &(*link)->rb_right;
H A Dmlx4_ib_mcg.c178 node = node->rb_right;
200 link = &(*link)->rb_right;
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_pagealloc.c219 new = &parent->rb_right;
242 tmp = tmp->rb_right;
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cm.c572 link = &(*link)->rb_right;
576 link = &(*link)->rb_right;
578 link = &(*link)->rb_right;
601 node = node->rb_right;
605 node = node->rb_right;
607 node = node->rb_right;
628 link = &(*link)->rb_right;
632 link = &(*link)->rb_right;
654 node = node->rb_right;
658 node = node->rb_right;
[all...]
H A Dib_multicast.c152 node = node->rb_right;
175 link = &(*link)->rb_right;
H A Dib_uverbs_cmd.c694 p = &(*p)->rb_right;
719 p = p->rb_right;
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c116 n = n->rb_right;
141 n = &pn->rb_right;
H A Dipoib_main.c392 n = n->rb_right;
417 n = &pn->rb_right;
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c244 node = node->rb_right;
264 new = &((*new)->rb_right);

Completed in 125 milliseconds