Searched refs:rb_root_cached (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | interval_tree.h | 47 struct rb_root_cached *, unsigned long, unsigned long); 51 struct rb_root_cached *); 53 struct rb_root_cached *);
|
| H A D | rbtree.h | 53 struct rb_root_cached { struct 146 rb_insert_color_cached(struct rb_node *node, struct rb_root_cached *root, in rb_insert_color_cached() 157 rb_erase_cached(struct rb_node *node, struct rb_root_cached *root) in rb_erase_cached() 171 struct rb_root_cached *root) in rb_replace_node_cached() 179 rb_add_cached(struct rb_node *node, struct rb_root_cached *tree, in rb_add_cached() 224 #define RB_ROOT_CACHED (struct rb_root_cached) { RB_ROOT, NULL }
|
| H A D | interval_tree_generic.h | 58 name##_iter_first(struct rb_root_cached *root, valtype start, valtype last) \ 72 name##_insert(type *node, struct rb_root_cached *root) \ 96 name##_remove(type *node, struct rb_root_cached *root) \
|
| /freebsd/sys/ofed/include/rdma/ |
| H A D | ib_umem_odp.h | 97 struct rb_root_cached umem_tree; 139 int rbt_ib_umem_for_each_in_range(struct rb_root_cached *root, 148 struct ib_umem_odp *rbt_ib_umem_lookup(struct rb_root_cached *root,
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_umem_odp.c | 759 int rbt_ib_umem_for_each_in_range(struct rb_root_cached *root, in rbt_ib_umem_for_each_in_range() 786 struct ib_umem_odp *rbt_ib_umem_lookup(struct rb_root_cached *root, in rbt_ib_umem_lookup()
|