Searched refs:rb_insert_color (Results 1 – 3 of 3) sorted by relevance
57 rb_insert_color(&node->node, &head->head); in timerqueue_add()
386 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color() function390 EXPORT_SYMBOL(rb_insert_color);
38 rb_insert_color(&node->rb, root); in insert()