Searched refs:rb_is_red (Results 1 - 7 of 7) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Drbtree.c31 #define rb_is_red(r) (!rb_color(r)) macro
99 while ((parent = rb_parent(node)) && rb_is_red(parent))
107 if (uncle && rb_is_red(uncle))
132 if (uncle && rb_is_red(uncle))
170 if (rb_is_red(other))
207 if (rb_is_red(other))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Drbtree.c31 #define rb_is_red(r) (!rb_color(r)) macro
99 while ((parent = rb_parent(node)) && rb_is_red(parent))
107 if (uncle && rb_is_red(uncle))
132 if (uncle && rb_is_red(uncle))
170 if (rb_is_red(other))
207 if (rb_is_red(other))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Drbtree.c31 #define rb_is_red(r) (!rb_color(r)) macro
99 while ((parent = rb_parent(node)) && rb_is_red(parent))
107 if (uncle && rb_is_red(uncle))
132 if (uncle && rb_is_red(uncle))
170 if (rb_is_red(other))
207 if (rb_is_red(other))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Drbtree.h118 #define rb_is_red(r) (!rb_color(r)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Drbtree.h118 #define rb_is_red(r) (!rb_color(r)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 188 milliseconds