Searched refs:__rb_is_red (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/include/linux/
H A Drbtree_augmented.h154 #define __rb_is_red(pc) (!__rb_color(pc)) macro
156 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color)
/linux-master/include/linux/
H A Drbtree_augmented.h178 #define __rb_is_red(pc) (!__rb_color(pc)) macro
180 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color)

Completed in 132 milliseconds