Symbol: rb_root
sys/compat/linuxkpi/common/include/linux/interval_tree_generic.h
74
struct rb_node **iter = &root->rb_root.rb_node; \
sys/compat/linuxkpi/common/include/linux/rbtree.h
133
struct rb_root *root)
sys/compat/linuxkpi/common/include/linux/rbtree.h
150
linux_root_RB_INSERT_COLOR((struct linux_root *)&root->rb_root,
sys/compat/linuxkpi/common/include/linux/rbtree.h
165
linux_root_RB_REMOVE((struct linux_root *)&root->rb_root, node);
sys/compat/linuxkpi/common/include/linux/rbtree.h
173
rb_replace_node(old, new, &root->rb_root);
sys/compat/linuxkpi/common/include/linux/rbtree.h
182
struct rb_node **link = &tree->rb_root.rb_node;
sys/compat/linuxkpi/common/include/linux/rbtree.h
203
#define RB_ROOT (struct rb_root) { NULL }
sys/compat/linuxkpi/common/include/linux/rbtree.h
54
struct rb_root rb_root;
sys/dev/iommu/busdma_iommu.c
1125
RB_INIT(&domain->rb_root);
sys/dev/iommu/iommu.h
115
struct iommu_gas_entries_tree rb_root; /* (d) */
sys/dev/iommu/iommu_gas.c
1087
&domain->rb_root, domain->iommu, domain->flags);
sys/dev/iommu/iommu_gas.c
1088
db_printf("iommu_domain %p tree %p\n", domain, &domain->rb_root);
sys/dev/iommu/iommu_gas.c
1089
RB_FOREACH(entry, iommu_gas_entries_tree, &domain->rb_root) {
sys/dev/iommu/iommu_gas.c
197
RB_FOREACH(entry, iommu_gas_entries_tree, &domain->rb_root) {
sys/dev/iommu/iommu_gas.c
232
RB_REMOVE(iommu_gas_entries_tree, &domain->rb_root, entry);
sys/dev/iommu/iommu_gas.c
252
KASSERT(RB_EMPTY(&domain->rb_root),
sys/dev/iommu/iommu_gas.c
258
RB_INSERT(iommu_gas_entries_tree, &domain->rb_root, end);
sys/dev/iommu/iommu_gas.c
263
RB_INSERT_PREV(iommu_gas_entries_tree, &domain->rb_root, end, begin);
sys/dev/iommu/iommu_gas.c
283
entry = RB_MIN(iommu_gas_entries_tree, &domain->rb_root);
sys/dev/iommu/iommu_gas.c
292
entry = RB_MAX(iommu_gas_entries_tree, &domain->rb_root);
sys/dev/iommu/iommu_gas.c
465
&domain->rb_root, curr, a->entry);
sys/dev/iommu/iommu_gas.c
476
&domain->rb_root, curr, a->entry);
sys/dev/iommu/iommu_gas.c
509
&domain->rb_root, curr, a->entry);
sys/dev/iommu/iommu_gas.c
516
&domain->rb_root, curr, a->entry);
sys/dev/iommu/iommu_gas.c
541
next = RB_NFIND(iommu_gas_entries_tree, &domain->rb_root, entry);
sys/dev/iommu/iommu_gas.c
544
prev = RB_PREV(iommu_gas_entries_tree, &domain->rb_root, next);
sys/dev/iommu/iommu_gas.c
579
&domain->rb_root, next, entry);
sys/dev/iommu/iommu_gas.c
590
ip = RB_PREV(iommu_gas_entries_tree, &domain->rb_root, entry);
sys/dev/iommu/iommu_gas.c
591
in = RB_NEXT(iommu_gas_entries_tree, &domain->rb_root, entry);
sys/dev/iommu/iommu_gas.c
665
entry = RB_NFIND(iommu_gas_entries_tree, &domain->rb_root, &fentry);
sys/dev/iommu/iommu_gas.c
677
&domain->rb_root, entry, res);
sys/dev/iommu/iommu_gas.c
693
&domain->rb_root, entry, r);
sys/dev/iommu/iommu_gas.c
740
RB_FOREACH(entry, iommu_gas_entries_tree, &domain->rb_root) {
sys/dev/iommu/iommu_gas.c
954
next = RB_NFIND(iommu_gas_entries_tree, &domain->rb_root, &key);
sys/dev/iommu/iommu_gas.c
959
prev = RB_PREV(iommu_gas_entries_tree, &domain->rb_root, next);
sys/dev/mlx4/mlx4_core/mlx4.h
550
struct rb_root res_tree[MLX4_NUM_OF_RESOURCE_TYPE];
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
1233
struct rb_root *root = &tracker->res_tree[type];
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
233
static void *res_tracker_lookup(struct rb_root *root, u64 res_id)
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
251
static int res_tracker_insert(struct rb_root *root, struct res_common *res)
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
4998
struct rb_root *root = &tracker->res_tree[RES_FS_RULE];
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
456
struct rb_root mcg_table;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
477
struct rb_root sl_id_map;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
146
struct rb_root *sl_id_map = &to_mdev(ibdev)->sriov.sl_id_map;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
174
struct rb_root *sl_id_map = &sriov->sl_id_map;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
195
struct rb_root *sl_id_map = &sriov->sl_id_map;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
212
struct rb_root *sl_id_map = &to_mdev(ibdev)->sriov.sl_id_map;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
416
struct rb_root *sl_id_map = &sriov->sl_id_map;
sys/dev/mlx5/driver.h
596
struct rb_root page_root;
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
209
struct rb_root *root = &dev->priv.page_root;
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
233
struct rb_root *root = &dev->priv.page_root;
sys/ofed/drivers/infiniband/core/ib_cm.c
128
struct rb_root listen_service_table;
sys/ofed/drivers/infiniband/core/ib_cm.c
131
struct rb_root remote_qp_table;
sys/ofed/drivers/infiniband/core/ib_cm.c
132
struct rb_root remote_id_table;
sys/ofed/drivers/infiniband/core/ib_cm.c
133
struct rb_root remote_sidr_table;
sys/ofed/drivers/infiniband/core/ib_multicast.c
68
struct rb_root table;
sys/ofed/drivers/infiniband/core/ib_umem_rbtree.c
77
int rbt_ib_umem_for_each_in_range(struct rb_root *root,
sys/ofed/drivers/infiniband/core/uverbs.h
113
struct rb_root xrcd_tree;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
333
struct rb_root path_tree;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
338
struct rb_root multicast_tree;
sys/ofed/include/rdma/ib_umem_odp.h
112
void rbt_ib_umem_insert(struct umem_odp_node *node, struct rb_root *root);
sys/ofed/include/rdma/ib_umem_odp.h
113
void rbt_ib_umem_remove(struct umem_odp_node *node, struct rb_root *root);
sys/ofed/include/rdma/ib_umem_odp.h
120
int rbt_ib_umem_for_each_in_range(struct rb_root *root, u64 start, u64 end,
sys/ofed/include/rdma/ib_umem_odp.h
123
struct umem_odp_node *rbt_ib_umem_iter_first(struct rb_root *root,
sys/ofed/include/rdma/rdma_vt.h
69
struct rb_root mcast_tree;
sys/x86/iommu/iommu_utils.c
826
RB_FOREACH(entry, iommu_gas_entries_tree, &iodom->rb_root) {