Searched refs:rb_red_parent (Results 1 – 4 of 4) sorted by relevance
42 static inline struct rb_node *rb_red_parent(struct rb_node *red) in rb_red_parent() function66 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert()82 gparent = rb_red_parent(parent); in __rb_insert()
64 static inline struct rb_node *rb_red_parent(struct rb_node *red) in rb_red_parent() function88 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert()113 gparent = rb_red_parent(parent); in __rb_insert()
85 static inline RBNode *rb_red_parent(const RBNode *n) in rb_red_parent() function204 RBNode *parent = rb_red_parent(node), *gparent, *tmp; in rb_insert_augmented()228 gparent = rb_red_parent(parent); in rb_insert_augmented()