Symbol: RB_BLACK
include/linux/rbtree_augmented.h
312
rb_set_parent_color(child2, parent, RB_BLACK);
lib/rbtree.c
100
rb_set_parent_color(node, NULL, RB_BLACK);
lib/rbtree.c
131
rb_set_parent_color(tmp, gparent, RB_BLACK);
lib/rbtree.c
132
rb_set_parent_color(parent, gparent, RB_BLACK);
lib/rbtree.c
159
RB_BLACK);
lib/rbtree.c
179
rb_set_parent_color(tmp, gparent, RB_BLACK);
lib/rbtree.c
187
rb_set_parent_color(tmp, gparent, RB_BLACK);
lib/rbtree.c
188
rb_set_parent_color(parent, gparent, RB_BLACK);
lib/rbtree.c
203
RB_BLACK);
lib/rbtree.c
214
rb_set_parent_color(tmp, gparent, RB_BLACK);
lib/rbtree.c
255
rb_set_parent_color(tmp1, parent, RB_BLACK);
lib/rbtree.c
325
RB_BLACK);
lib/rbtree.c
345
rb_set_parent_color(tmp1, sibling, RB_BLACK);
lib/rbtree.c
349
RB_BLACK);
lib/rbtree.c
359
rb_set_parent_color(tmp1, parent, RB_BLACK);
lib/rbtree.c
389
RB_BLACK);
lib/rbtree.c
398
rb_set_parent_color(tmp1, sibling, RB_BLACK);
lib/rbtree.c
402
RB_BLACK);
lib/rbtree.c
61
rb->__rb_parent_color += RB_BLACK;
tools/include/linux/rbtree_augmented.h
276
rb_set_parent_color(child2, parent, RB_BLACK);
tools/lib/rbtree.c
100
rb_set_parent_color(node, NULL, RB_BLACK);
tools/lib/rbtree.c
131
rb_set_parent_color(tmp, gparent, RB_BLACK);
tools/lib/rbtree.c
132
rb_set_parent_color(parent, gparent, RB_BLACK);
tools/lib/rbtree.c
159
RB_BLACK);
tools/lib/rbtree.c
179
rb_set_parent_color(tmp, gparent, RB_BLACK);
tools/lib/rbtree.c
187
rb_set_parent_color(tmp, gparent, RB_BLACK);
tools/lib/rbtree.c
188
rb_set_parent_color(parent, gparent, RB_BLACK);
tools/lib/rbtree.c
203
RB_BLACK);
tools/lib/rbtree.c
214
rb_set_parent_color(tmp, gparent, RB_BLACK);
tools/lib/rbtree.c
255
rb_set_parent_color(tmp1, parent, RB_BLACK);
tools/lib/rbtree.c
325
RB_BLACK);
tools/lib/rbtree.c
345
rb_set_parent_color(tmp1, sibling, RB_BLACK);
tools/lib/rbtree.c
349
RB_BLACK);
tools/lib/rbtree.c
359
rb_set_parent_color(tmp1, parent, RB_BLACK);
tools/lib/rbtree.c
389
RB_BLACK);
tools/lib/rbtree.c
398
rb_set_parent_color(tmp1, sibling, RB_BLACK);
tools/lib/rbtree.c
402
RB_BLACK);
tools/lib/rbtree.c
61
rb->__rb_parent_color += RB_BLACK;