Lines Matching refs:node
158 attr = rb_entry(parent, struct garp_attr, node); in garp_attr_lookup()
179 attr = rb_entry(parent, struct garp_attr, node); in garp_attr_create()
198 rb_link_node(&attr->node, parent, p); in garp_attr_create()
199 rb_insert_color(&attr->node, &app->gid); in garp_attr_create()
205 rb_erase(&attr->node, &app->gid); in garp_attr_destroy()
211 struct rb_node *node, *next; in garp_attr_destroy_all() local
214 for (node = rb_first(&app->gid); in garp_attr_destroy_all()
215 next = node ? rb_next(node) : NULL, node != NULL; in garp_attr_destroy_all()
216 node = next) { in garp_attr_destroy_all()
217 attr = rb_entry(node, struct garp_attr, node); in garp_attr_destroy_all()
398 struct rb_node *node, *next; in garp_gid_event() local
401 for (node = rb_first(&app->gid); in garp_gid_event()
402 next = node ? rb_next(node) : NULL, node != NULL; in garp_gid_event()
403 node = next) { in garp_gid_event()
404 attr = rb_entry(node, struct garp_attr, node); in garp_gid_event()