Searched refs:set_child (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/lib/utils/ |
D | rb.c | 34 static void set_child(struct rbnode *n, uint8_t side, void *val) in set_child() function 143 set_child(grandparent, get_side(grandparent, parent), child); in rotate() 146 set_child(child, side, a); in rotate() 147 set_child(child, (side == 0U) ? 1U : 0U, parent); in rotate() 148 set_child(parent, side, b); in rotate() 221 set_child(node, 0U, NULL); in rb_insert() 222 set_child(node, 1U, NULL); in rb_insert() 243 set_child(parent, side, node); in rb_insert() 310 set_child(parent, n_side, NULL); in fix_missing_black() 366 set_child(parent, n_side, NULL); in fix_missing_black() [all …]
|