Searched refs:rb_root_cached (Results 1 – 3 of 3) sorted by relevance
| /src/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() 204 #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) \
|