Searched refs:is_red (Results 1 – 1 of 1) sorted by relevance
58 static bool is_red(struct rbnode *n) in is_red() function183 if ((aunt != NULL) && is_red(aunt)) { in fix_extra_red()329 CHECK((c0 && is_red(c0)) || (c1 && is_red(c1))); in fix_missing_black()336 if (!((outer != NULL) && is_red(outer))) { in fix_missing_black()359 CHECK(is_red(outer)); in fix_missing_black()494 if (is_red(node) || is_red(child)) { in rb_remove()