HomeSort by relevance Sort by last modified time
    Searched refs:rb_is_red (Results 1 - 4 of 4) sorted by null

  /external/blktrace/
rbtree.c 75 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))
rbtree.h 126 #define rb_is_red(r) (!rb_color(r)) macro
  /external/u-boot/lib/
rbtree.c 86 if (tmp && rb_is_red(tmp)) {
151 if (tmp && rb_is_red(tmp)) {
207 if (rb_is_red(sibling)) {
246 if (rb_is_red(parent))
301 if (rb_is_red(sibling)) {
318 if (rb_is_red(parent))
  /external/u-boot/include/linux/
rbtree_augmented.h 83 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro

Completed in 1793 milliseconds