Home
last modified time | relevance | path

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

/linux/lib/
H A Drbtree_test.c89 struct rb_node **new = &root->rb_root.rb_node, *rb_parent = NULL; in RB_DECLARE_CALLBACKS_MAX() local
113 struct rb_node **new = &root->rb_root.rb_node, *rb_parent = NULL; in insert_augmented_cached() local
/linux/scripts/gdb/linux/
H A Drbtree.py57 def rb_parent(node): function
/linux/tools/include/linux/
H A Drbtree.h34 #define rb_parent(r) ((struct rb_node *)((r)->__rb_parent_color & ~3)) macro
/linux/include/linux/
H A Drbtree.h26 #define rb_parent(r) ((struct rb_node *)((r)->__rb_parent_color & ~3)) macro
/linux/mm/
H A Dkmemleak.c711 struct rb_node **link, *rb_parent; in __link_object() local