Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/linux/
Drbtree_augmented.h107 #define __rb_is_red(pc) (!__rb_color(pc)) macro
109 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color)
/Linux-v4.19/include/linux/
Drbtree_augmented.h118 #define __rb_is_red(pc) (!__rb_color(pc)) macro
120 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color)