Home
last modified time | relevance | path

Searched defs:rb (Results 1 – 6 of 6) sorted by relevance

/tools/include/linux/
Drbtree_augmented.h108 #define rb_color(rb) __rb_color((rb)->__rb_parent_color) argument
109 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) argument
110 #define rb_is_black(rb) __rb_is_black((rb)->__rb_parent_color) argument
112 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) in rb_set_parent()
117 static inline void rb_set_parent_color(struct rb_node *rb, in rb_set_parent_color()
/tools/perf/util/
Dblock-range.c16 struct rb_node *rb; in block_range__debug() local
Dkvm-stat.h25 struct rb_node rb; member
/tools/perf/
Dbuiltin-lock.c43 struct rb_node rb; /* used for sorting */ member
110 struct rb_node rb; member
139 struct rb_node **rb = &thread_stats.rb_node; in thread_stat_insert() local
280 struct rb_node **rb = &result.rb_node; in insert_to_result() local
Dbuiltin-kvm.c480 struct rb_node **rb = &result->rb_node; in insert_to_result() local
/tools/lib/
Drbtree.c46 static inline void rb_set_black(struct rb_node *rb) in rb_set_black()