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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Drbtree.c143 while ((!node || rb_is_black(node)) && node != root->rb_node)
155 if ((!other->rb_left || rb_is_black(other->rb_left)) &&
156 (!other->rb_right || rb_is_black(other->rb_right)))
164 if (!other->rb_right || rb_is_black(other->rb_right))
192 if ((!other->rb_left || rb_is_black(other->rb_left)) &&
193 (!other->rb_right || rb_is_black(other->rb_right)))
201 if (!other->rb_left || rb_is_black(other->rb_left))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drbtree.h119 #define rb_is_black(r) rb_color(r) macro

Completed in 164 milliseconds