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