Home
last modified time | relevance | path

Searched defs:rb (Results 1 – 2 of 2) sorted by relevance

/lib/
Drbtree_test.c20 struct rb_node rb; member
83 struct test_node, rb, u32, augmented, NODE_VAL) in RB_DECLARE_CALLBACKS_MAX() argument
158 static bool is_red(struct rb_node *rb) in is_red()
163 static int black_path_count(struct rb_node *rb) in black_path_count()
183 struct rb_node *rb; in check_postorder() local
193 struct rb_node *rb; in check() local
220 struct rb_node *rb; in check_augmented() local
Drbtree.c59 static inline void rb_set_black(struct rb_node *rb) in rb_set_black()