Home
last modified time | relevance | path

Searched defs:rb_is_red (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/
H A Drbtree_augmented.h83 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro
/openbmc/linux/tools/include/linux/
H A Drbtree_augmented.h156 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro
/openbmc/linux/include/linux/
H A Drbtree_augmented.h180 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro
/openbmc/qemu/util/
H A Dinterval-tree.c110 static inline bool rb_is_red(const RBNode *n) in rb_is_red() function