Home
last modified time | relevance | path

Searched defs:rb_set_parent (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/
H A Drbtree_augmented.h86 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) in rb_set_parent() function
/openbmc/linux/tools/include/linux/
H A Drbtree_augmented.h159 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) in rb_set_parent() function
/openbmc/linux/include/linux/
H A Drbtree_augmented.h183 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) in rb_set_parent() function
/openbmc/qemu/util/
H A Dinterval-tree.c130 static inline void rb_set_parent(RBNode *n, RBNode *p) in rb_set_parent() function