Searched refs:rb_set_parent (Results 1 - 4 of 4) sorted by relevance

/linux-master/lib/
H A Drbtree.c347 rb_set_parent(tmp2, parent);
400 rb_set_parent(tmp2, parent);
563 rb_set_parent(victim->rb_left, new);
565 rb_set_parent(victim->rb_right, new);
580 rb_set_parent(victim->rb_left, new);
582 rb_set_parent(victim->rb_right, new);
/linux-master/tools/include/linux/
H A Drbtree_augmented.h159 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) function
260 rb_set_parent(child, successor);
268 rb_set_parent(tmp, successor);
/linux-master/include/linux/
H A Drbtree_augmented.h183 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) function
297 rb_set_parent(child, successor);
305 rb_set_parent(tmp, successor);
/linux-master/tools/lib/
H A Drbtree.c347 rb_set_parent(tmp2, parent);
400 rb_set_parent(tmp2, parent);
555 rb_set_parent(victim->rb_left, new);
557 rb_set_parent(victim->rb_right, new);

Completed in 140 milliseconds