Searched refs:new_entry (Results 1 – 6 of 6) sorted by relevance
| /tools/perf/util/ |
| A D | rblist.h | 27 struct rb_node *(*node_new)(struct rblist *rlist, const void *new_entry); 34 int rblist__add_node(struct rblist *rblist, const void *new_entry);
|
| A D | rblist.c | 13 int rblist__add_node(struct rblist *rblist, const void *new_entry) in rblist__add_node() argument 24 rc = rblist->node_cmp(parent, new_entry); in rblist__add_node() 35 new_node = rblist->node_new(rblist, new_entry); in rblist__add_node()
|
| A D | strlist.c | 63 int strlist__add(struct strlist *slist, const char *new_entry) in strlist__add() argument 65 return rblist__add_node(&slist->rblist, new_entry); in strlist__add()
|
| A D | symbol.c | 2322 static int vmlinux_path__add(const char *new_entry) in vmlinux_path__add() argument 2324 vmlinux_path[vmlinux_path__nr_entries] = strdup(new_entry); in vmlinux_path__add()
|
| /tools/net/ynl/pyynl/lib/ |
| A D | nlspec.py | 123 e = self.new_entry(entry, prev_entry, value_start) 128 def new_entry(self, entry, prev_entry, value_start): member in SpecEnumSet
|
| /tools/net/ynl/pyynl/ |
| A D | ynl_gen_c.py | 1061 def new_entry(self, entry, prev_entry, value_start): member in EnumSet
|
Completed in 874 milliseconds