Home
last modified time | relevance | path

Searched refs:is_red (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.4.0/lib/os/
Drb.c58 static bool is_red(struct rbnode *n) in is_red() function
181 if ((aunt != NULL) && is_red(aunt)) { in fix_extra_red()
325 CHECK((c0 && is_red(c0)) || (c1 && is_red(c1))); in fix_missing_black()
332 if (!((outer != NULL) && is_red(outer))) { in fix_missing_black()
354 CHECK(is_red(outer)); in fix_missing_black()
487 if (is_red(node) || is_red(child)) { in rb_remove()