Lines Matching defs:rb_node
33 struct rb_node *nd;
53 static int metric_event_cmp(struct rb_node *rb_node, const void *entry)
55 struct metric_event *a = container_of(rb_node,
67 static struct rb_node *metric_event_new(struct rblist *rblist __maybe_unused,
81 struct rb_node *rb_node)
83 struct metric_event *me = container_of(rb_node, struct metric_event, nd);
417 struct rb_node nd;
422 static int mep_cmp(struct rb_node *rb_node, const void *entry)
424 struct mep *a = container_of(rb_node, struct mep, nd);
430 static struct rb_node *mep_new(struct rblist *rl __maybe_unused,
454 struct rb_node *nd;
469 struct rb_node *nd)
501 struct rb_node *node, *next;
1169 struct rb_node *nd;