Home
last modified time | relevance | path

Searched refs:rb_red_parent (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/lib/
Drbtree.c51 static inline struct rb_node *rb_red_parent(struct rb_node *red) in rb_red_parent() function
75 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert()
91 gparent = rb_red_parent(parent); in __rb_insert()
/Linux-v4.19/lib/
Drbtree.c76 static inline struct rb_node *rb_red_parent(struct rb_node *red) in rb_red_parent() function
101 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert()
129 gparent = rb_red_parent(parent); in __rb_insert()