Home
last modified time | relevance | path

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

/Zephyr-latest/lib/utils/
Drb.c180 struct rbnode *aunt = get_child(grandparent, in fix_extra_red() local
183 if ((aunt != NULL) && is_red(aunt)) { in fix_extra_red()
186 set_color(aunt, BLACK); in fix_extra_red()