Lines Matching defs:rb_node
79 struct rb_node rb_node;
150 struct rb_node *p = root->rb_node;
155 id = rb_entry(p, struct btf_id, rb_node);
170 struct rb_node **p = &root->rb_node;
171 struct rb_node *parent = NULL;
177 id = rb_entry(parent, struct btf_id, rb_node);
191 rb_link_node(&id->rb_node, parent, p);
192 rb_insert_color(&id->rb_node, root);
578 struct rb_node *next;
583 id = rb_entry(next, struct btf_id, rb_node);
604 struct rb_node *next;
613 id = rb_entry(next, struct btf_id, rb_node);