Symbol: rb_set_parent_color
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
135
rb_set_parent_color(node, parent, RB_RED);
lib/rbtree.c
158
rb_set_parent_color(tmp, parent,
lib/rbtree.c
160
rb_set_parent_color(parent, node, RB_RED);
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
191
rb_set_parent_color(node, parent, RB_RED);
lib/rbtree.c
202
rb_set_parent_color(tmp, parent,
lib/rbtree.c
204
rb_set_parent_color(parent, node, RB_RED);
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
280
rb_set_parent_color(sibling, parent,
lib/rbtree.c
324
rb_set_parent_color(tmp1, sibling,
lib/rbtree.c
345
rb_set_parent_color(tmp1, sibling, RB_BLACK);
lib/rbtree.c
359
rb_set_parent_color(tmp1, parent, RB_BLACK);
lib/rbtree.c
370
rb_set_parent_color(sibling, parent,
lib/rbtree.c
388
rb_set_parent_color(tmp1, sibling,
lib/rbtree.c
398
rb_set_parent_color(tmp1, sibling, RB_BLACK);
lib/rbtree.c
80
rb_set_parent_color(old, new, color);
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
135
rb_set_parent_color(node, parent, RB_RED);
tools/lib/rbtree.c
158
rb_set_parent_color(tmp, parent,
tools/lib/rbtree.c
160
rb_set_parent_color(parent, node, RB_RED);
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
191
rb_set_parent_color(node, parent, RB_RED);
tools/lib/rbtree.c
202
rb_set_parent_color(tmp, parent,
tools/lib/rbtree.c
204
rb_set_parent_color(parent, node, RB_RED);
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
280
rb_set_parent_color(sibling, parent,
tools/lib/rbtree.c
324
rb_set_parent_color(tmp1, sibling,
tools/lib/rbtree.c
345
rb_set_parent_color(tmp1, sibling, RB_BLACK);
tools/lib/rbtree.c
359
rb_set_parent_color(tmp1, parent, RB_BLACK);
tools/lib/rbtree.c
370
rb_set_parent_color(sibling, parent,
tools/lib/rbtree.c
388
rb_set_parent_color(tmp1, sibling,
tools/lib/rbtree.c
398
rb_set_parent_color(tmp1, sibling, RB_BLACK);
tools/lib/rbtree.c
80
rb_set_parent_color(old, new, color);