Home
last modified time | relevance | path

Searched refs:node_new (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Drefcounted_kptr.c584 struct node_data *node_new, *node_ref, *node_old; in __insert_in_list() local
586 node_new = bpf_obj_new(typeof(*node_new)); in __insert_in_list()
587 if (!node_new) in __insert_in_list()
590 node_ref = bpf_refcount_acquire(node_new); in __insert_in_list()
591 node_old = bpf_kptr_xchg(node, node_new); in __insert_in_list()
/linux/tools/perf/util/
H A Drblist.c35 new_node = rblist->node_new(rblist, new_entry); in rblist__add_node()
78 new_node = rblist->node_new(rblist, entry); in __rblist__findnew()
H A Drblist.h27 struct rb_node *(*node_new)(struct rblist *rlist, const void *new_entry); member
H A Dintlist.c121 ilist->rblist.node_new = intlist__node_new; in intlist__new()
H A Dstrlist.c172 slist->rblist.node_new = strlist__node_new; in strlist__new()
H A Dprint-events.c294 groups.node_new = mep_new; in metricgroup__print()
H A Dmetricgroup.c110 metric_events->node_new = metric_event_new; in metricgroup__rblist_init()