Lines Matching refs:node
155 attr = rb_entry(parent, struct garp_attr, node); in garp_attr_lookup()
176 attr = rb_entry(parent, struct garp_attr, node); in garp_attr_create()
195 rb_link_node(&attr->node, parent, p); in garp_attr_create()
196 rb_insert_color(&attr->node, &app->gid); in garp_attr_create()
202 rb_erase(&attr->node, &app->gid); in garp_attr_destroy()
208 struct rb_node *node, *next; in garp_attr_destroy_all() local
211 for (node = rb_first(&app->gid); in garp_attr_destroy_all()
212 next = node ? rb_next(node) : NULL, node != NULL; in garp_attr_destroy_all()
213 node = next) { in garp_attr_destroy_all()
214 attr = rb_entry(node, struct garp_attr, node); in garp_attr_destroy_all()
395 struct rb_node *node, *next; in garp_gid_event() local
398 for (node = rb_first(&app->gid); in garp_gid_event()
399 next = node ? rb_next(node) : NULL, node != NULL; in garp_gid_event()
400 node = next) { in garp_gid_event()
401 attr = rb_entry(node, struct garp_attr, node); in garp_gid_event()