Searched refs:rb_is_red (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/include/
H A Dlinux_rbtree.h117 #define rb_is_red(r) (!rb_color(r)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Drbtree.c75 while ((parent = rb_parent(node)) && rb_is_red(parent))
83 if (uncle && rb_is_red(uncle))
108 if (uncle && rb_is_red(uncle))
146 if (rb_is_red(other))
183 if (rb_is_red(other))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drbtree.h118 #define rb_is_red(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.c76 while ((parent = rb_parent(node)) && rb_is_red(parent))
84 if (uncle && rb_is_red(uncle))
109 if (uncle && rb_is_red(uncle))
148 if (rb_is_red(other))
182 if (rb_is_red(other))

Completed in 45 milliseconds