Searched refs:rb_insert_color (Results 1 – 2 of 2) sorted by relevance
434 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color() function438 EXPORT_SYMBOL(rb_insert_color);
46 rb_insert_color(&node->rb, &root->rb_root); in insert()