Lines Matching refs:rb_node
26 struct rb_node node;
125 struct rb_node *node, *next; in wnd_close()
142 static struct rb_node *rb_lookup(struct rb_root *root, size_t v) in rb_lookup()
144 struct rb_node **p = &root->rb_node; in rb_lookup()
145 struct rb_node *r = NULL; in rb_lookup()
169 struct rb_node **p = &root->rb_node; in rb_insert_count()
170 struct rb_node *parent = NULL; in rb_insert_count()
202 struct rb_node **p = &root->rb_node; in rb_insert_start()
203 struct rb_node *parent = NULL; in rb_insert_start()
236 struct rb_node *n; in wnd_add_free_ext()
364 struct rb_node *n, *n3; in wnd_remove_free_ext()
873 struct rb_node *n; in wnd_is_free()
911 struct rb_node *n; in wnd_is_used()
968 const struct rb_node *pr, *cr; in wnd_find()
1011 cr = wnd->start_tree.rb_node; in wnd_find()