Searched defs:rb_parent (Results 1 – 2 of 2) sorted by relevance
36 #define rb_parent(r) ((struct rb_node *)((r)->__rb_parent_color & ~3)) macro
80 static inline RBNode *rb_parent(const RBNode *n) in rb_parent() function713 RBNode **link = &root->rb_root.rb_node, *rb_parent = NULL; in interval_tree_insert() local