Lines Matching refs:node
156 attr = rb_entry(parent, struct garp_attr, node); in garp_attr_lookup()
177 attr = rb_entry(parent, struct garp_attr, node); in garp_attr_create()
196 rb_link_node(&attr->node, parent, p); in garp_attr_create()
197 rb_insert_color(&attr->node, &app->gid); in garp_attr_create()
203 rb_erase(&attr->node, &app->gid); in garp_attr_destroy()
209 struct rb_node *node, *next; in garp_attr_destroy_all() local
212 for (node = rb_first(&app->gid); in garp_attr_destroy_all()
213 next = node ? rb_next(node) : NULL, node != NULL; in garp_attr_destroy_all()
214 node = next) { in garp_attr_destroy_all()
215 attr = rb_entry(node, struct garp_attr, node); in garp_attr_destroy_all()
396 struct rb_node *node, *next; in garp_gid_event() local
399 for (node = rb_first(&app->gid); in garp_gid_event()
400 next = node ? rb_next(node) : NULL, node != NULL; in garp_gid_event()
401 node = next) { in garp_gid_event()
402 attr = rb_entry(node, struct garp_attr, node); in garp_gid_event()