Home
last modified time | relevance | path

Searched refs:rb_color (Results 1 – 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Drbtree.h66 #define rb_color(r) RB_COLOR(r, __entry) macro
67 #define rb_is_red(r) (rb_color(r) == RB_RED)
68 #define rb_is_black(r) (rb_color(r) == RB_BLACK)
70 #define rb_set_color(r, c) rb_color((r)) = (c)