Home
last modified time | relevance | path

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

/freebsd/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)
210 self->rb_right = parent->rb_nodes[position]; in __archive_rb_tree_insert_node()
288 which = (father == grandpa->rb_right); in __archive_rb_tree_insert_rebalance()
565 && RB_BLACK_P(brother->rb_right)) { in __archive_rb_tree_removal_rebalance()
607 && RB_BLACK_P(brother->rb_right)) { in __archive_rb_tree_removal_rebalance()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cm.c156 node = node->rb_right; in id_map_find_by_sl_id()
160 node = node->rb_right; in id_map_find_by_sl_id()
235 link = &(*link)->rb_right; in sl_id_map_add()
H A Dmlx4_ib_mcg.c178 node = node->rb_right; in mcast_find()
200 link = &(*link)->rb_right; in mcast_insert()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dinterval_tree_generic.h85 iter = &parent->rb_right; \
H A Drbtree.h43 #define rb_right __entry.rbe_link[_RB_R] macro
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cm.c702 link = &(*link)->rb_right; in cm_insert_listen()
706 link = &(*link)->rb_right; in cm_insert_listen()
708 link = &(*link)->rb_right; in cm_insert_listen()
731 node = node->rb_right; in cm_find_listen()
735 node = node->rb_right; in cm_find_listen()
737 node = node->rb_right; in cm_find_listen()
758 link = &(*link)->rb_right; in cm_insert_remote_id()
762 link = &(*link)->rb_right; in cm_insert_remote_id()
784 node = node->rb_right; in cm_find_remote_id()
788 node = node->rb_right; in cm_find_remote_id()
[all …]
H A Dib_multicast.c150 node = node->rb_right; in mcast_find()
173 link = &(*link)->rb_right; in mcast_insert()
H A Dib_uverbs_cmd.c518 p = &(*p)->rb_right; in xrcd_table_insert()
543 p = p->rb_right; in xrcd_table_search()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_pagealloc.c220 new = &parent->rb_right; in mlx5_insert_fw_page_locked()
243 tmp = tmp->rb_right; in mlx5_remove_fw_page_locked()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c117 n = n->rb_right; in __ipoib_mcast_find()
142 n = &pn->rb_right; in __ipoib_mcast_add()
H A Dipoib_main.c352 n = n->rb_right; in __path_find()
377 n = &pn->rb_right; in __path_add()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c374 node = node->rb_right; in spl_emergency_search()
396 new = &((*new)->rb_right); in spl_emergency_insert()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c244 node = node->rb_right; in res_tracker_lookup()
264 new = &((*new)->rb_right); in res_tracker_insert()