Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Drbtree_augmented.h104 #define __rb_is_red(pc) (!__rb_color(pc)) macro
106 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color)