Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/linux/
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-v6.6/include/linux/
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)