Lines Matching refs:entry
59 static int metric_event_cmp(struct rb_node *rb_node, const void *entry)
64 const struct metric_event *b = entry;
74 const void *entry)
80 memcpy(me, entry, sizeof(struct metric_event));
81 me->evsel = ((struct metric_event *)entry)->evsel;
399 static int mep_cmp(struct rb_node *rb_node, const void *entry)
402 struct mep *b = (struct mep *)entry;
412 static struct rb_node *mep_new(struct rblist *rl __maybe_unused, const void *entry)
419 memcpy(me, entry, sizeof(struct mep));
976 /* Create reference. Need space for the entry and the terminator. */