Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Drbtree_test.c88 struct rb_node **new = &root->rb_root.rb_node, *rb_parent = NULL; in RB_DECLARE_CALLBACKS_MAX() local
112 struct rb_node **new = &root->rb_root.rb_node, *rb_parent = NULL; in insert_augmented_cached() local
/openbmc/u-boot/include/linux/
H A Drbtree.h36 #define rb_parent(r) ((struct rb_node *)((r)->__rb_parent_color & ~3)) macro
/openbmc/linux/scripts/gdb/linux/
H A Drbtree.py45 def rb_parent(node): function
/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
/openbmc/linux/include/linux/
H A Drbtree.h26 #define rb_parent(r) ((struct rb_node *)((r)->__rb_parent_color & ~3)) macro
/openbmc/linux/tools/include/linux/
H A Drbtree.h34 #define rb_parent(r) ((struct rb_node *)((r)->__rb_parent_color & ~3)) macro
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_mm.c247 struct rb_node **link = &root->rb_node, *rb_parent = NULL; in RB_DECLARE_CALLBACKS_MAX() local
/openbmc/linux/mm/
H A Dkmemleak.c636 struct rb_node **link, *rb_parent; in __create_object() local