Searched refs:rb_node (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/sys/ofed/include/linux/
H A Drbtree.h34 struct rb_node { struct
35 RB_ENTRY(rb_node) __entry;
45 struct rb_node *rb_node; member in struct:rb_root
51 int panic_cmp(struct rb_node *one, struct rb_node *two);
53 RB_HEAD(linux_root, rb_node);
54 RB_PROTOTYPE(linux_root, rb_node, __entry, panic_cmp);
78 rb_link_node(struct rb_node *node, struct rb_node *paren
[all...]
H A Dlinux_compat.c83 panic_cmp(struct rb_node *one, struct rb_node *two)
88 RB_GENERATE(linux_root, rb_node, __entry, panic_cmp);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c100 struct rb_node *n = priv->multicast_tree.rb_node;
106 mcast = rb_entry(n, struct ipoib_mcast, rb_node);
124 struct rb_node **n = &priv->multicast_tree.rb_node, *pn = NULL;
131 tmcast = rb_entry(pn, struct ipoib_mcast, rb_node);
143 rb_link_node(&mcast->rb_node, pn, n);
144 rb_insert_color(&mcast->rb_node, &priv->multicast_tree);
684 rb_erase(&mcast->rb_node, &priv->multicast_tree);
689 rb_erase(&priv->broadcast->rb_node,
[all...]
H A Dipoib_main.c319 struct rb_node *n = priv->path_tree.rb_node;
324 path = rb_entry(n, struct ipoib_path, rb_node);
343 struct rb_node **n = &priv->path_tree.rb_node;
344 struct rb_node *pn = NULL;
350 tpath = rb_entry(pn, struct ipoib_path, rb_node);
362 rb_link_node(&path->rb_node, pn, n);
363 rb_insert_color(&path->rb_node, &priv->path_tree);
410 struct rb_node *
[all...]
H A Dipoib.h180 struct rb_node rb_node; member in struct:ipoib_mcast
404 struct rb_node rb_node; member in struct:ipoib_path
H A Dipoib_cm.c706 rb_erase(&path->rb_node, &priv->path_tree);
1127 rb_erase(&path->rb_node, &priv->path_tree);
1212 rb_erase(&path->rb_node, &priv->path_tree);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dmulticast.c96 struct rb_node node;
131 struct rb_node *node = port->table.rb_node;
153 struct rb_node **link = &port->table.rb_node;
154 struct rb_node *parent = NULL;
723 struct rb_node *node;
H A Dnotice.c90 struct rb_node node;
129 struct rb_node *node = port->table.rb_node;
147 struct rb_node **link = &port->table.rb_node;
148 struct rb_node *parent = NULL;
626 struct rb_node *node;
H A Dlocal_sa.c152 struct rb_node node;
214 struct rb_node *node, *next_node;
228 struct rb_node *node, *next_node;
244 struct rb_node **link = &root->rb_node;
245 struct rb_node *parent = NULL;
268 struct rb_node *node = root->rb_node;
H A Dcm.c205 struct rb_node remote_qp_node;
206 struct rb_node remote_id_node;
216 struct rb_node service_node;
217 struct rb_node sidr_id_node;
507 struct rb_node **link = &cm.listen_service_table.rb_node;
508 struct rb_node *parent = NULL;
548 struct rb_node *node = cm.listen_service_table.rb_node;
580 struct rb_node **lin
[all...]
H A Duverbs_cmd.c2338 struct rb_node node;
2348 struct rb_node **p = &dev->ib_uverbs_xrcd_table.rb_node;
2349 struct rb_node *parent = NULL;
2382 struct rb_node **p = &dev->ib_uverbs_xrcd_table.rb_node;
2383 struct rb_node *parent = NULL;
/freebsd-9.3-release/lib/libc/stdlib/
H A Drb.h59 #define rb_node(a_type) \ macro
65 #define rb_node(a_type) \ macro
247 * rb_node(ex_node_t) ex_link;
H A Dmalloc.c563 rb_node(extent_node_t) link_szad;
567 rb_node(extent_node_t) link_ad;
595 rb_node(arena_chunk_map_t) link;
662 rb_node(arena_chunk_t) link_dirty;
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h888 struct rb_node node;

Completed in 184 milliseconds