Lines Matching defs:rb_node
39 struct rb_node *nd;
59 static int metric_event_cmp(struct rb_node *rb_node, const void *entry)
61 struct metric_event *a = container_of(rb_node,
73 static struct rb_node *metric_event_new(struct rblist *rblist __maybe_unused,
88 struct rb_node *rb_node)
90 struct metric_event *me = container_of(rb_node, struct metric_event, nd);
388 struct rb_node nd;
399 static int mep_cmp(struct rb_node *rb_node, const void *entry)
401 struct mep *a = container_of(rb_node, struct mep, nd);
412 static struct rb_node *mep_new(struct rblist *rl __maybe_unused, const void *entry)
424 struct rb_node *nd)
435 struct rb_node *nd;
522 struct rb_node *node, *next;
1785 struct rb_node *nd;