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

1 23

  /external/linux-tools-perf/util/added/
rbtree.c 76 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 1005 milliseconds

1 23