sorted_nd          77 tools/perf/util/rb_resort.h 				      struct rb_node *sorted_nd)		\
sorted_nd          82 tools/perf/util/rb_resort.h 		if (__name##_sorted__cmp(sorted_nd, parent))			\
sorted_nd          87 tools/perf/util/rb_resort.h 	rb_link_node(sorted_nd, parent, p);					\
sorted_nd          88 tools/perf/util/rb_resort.h 	rb_insert_color(sorted_nd, &sorted->entries);				\