rb_color 118 include/linux/rbtree.h #define rb_is_red(r) (!rb_color(r)) rb_color 119 include/linux/rbtree.h #define rb_is_black(r) rb_color(r) rb_color 173 lib/rbtree.c rb_set_color(other, rb_color(parent)); rb_color 210 lib/rbtree.c rb_set_color(other, rb_color(parent)); rb_color 242 lib/rbtree.c color = rb_color(node); rb_color 272 lib/rbtree.c color = rb_color(node);