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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Drbtree.c141 while ((!node || rb_is_black(node)) && node != root->rb_node)
153 if ((!other->rb_left || rb_is_black(other->rb_left)) &&
154 (!other->rb_right || rb_is_black(other->rb_right)))
162 if (!other->rb_right || rb_is_black(other->rb_right))
190 if ((!other->rb_left || rb_is_black(other->rb_left)) &&
191 (!other->rb_right || rb_is_black(other->rb_right)))
199 if (!other->rb_left || rb_is_black(other->rb_left))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dlinux_rbtree.h118 #define rb_is_black(r) rb_color(r) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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))
189 if ((!other->rb_left || rb_is_black(other->rb_left)) &&
190 (!other->rb_right || rb_is_black(other->rb_right)))
198 if (!other->rb_left || rb_is_black(other->rb_left))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drbtree.h119 #define rb_is_black(r) rb_color(r) macro

Completed in 179 milliseconds