Home
last modified time | relevance | path

Searched defs:rb_parent (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/linux/
H A Drbtree.h36 #define rb_parent(r) ((struct rb_node *)((r)->__rb_parent_color & ~3)) macro
/openbmc/qemu/util/
H A Dinterval-tree.c80 static inline RBNode *rb_parent(const RBNode *n) in rb_parent() function
713 RBNode **link = &root->rb_root.rb_node, *rb_parent = NULL; in interval_tree_insert() local