Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dmaps.c41 struct map_rb_node *m, *new_rb_node; in __maps__insert() local
43 new_rb_node = malloc(sizeof(*new_rb_node)); in __maps__insert()
44 if (!new_rb_node) in __maps__insert()
47 RB_CLEAR_NODE(&new_rb_node->rb_node); in __maps__insert()
48 new_rb_node->map = map__get(map); in __maps__insert()
59 rb_link_node(&new_rb_node->rb_node, parent, p); in __maps__insert()
60 rb_insert_color(&new_rb_node->rb_node, maps__entries(maps)); in __maps__insert()