Searched refs:rb_red_parent (Results 1 – 2 of 2) sorted by relevance
51 static inline struct rb_node *rb_red_parent(struct rb_node *red) in rb_red_parent() function75 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert()91 gparent = rb_red_parent(parent); in __rb_insert()
76 static inline struct rb_node *rb_red_parent(struct rb_node *red) in rb_red_parent() function101 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert()129 gparent = rb_red_parent(parent); in __rb_insert()