Searched defs:rb_parent (Results 1 - 6 of 6) sorted by relevance

/linux-master/scripts/gdb/linux/
H A Drbtree.py45 def rb_parent(node): function
/linux-master/include/linux/
H A Drbtree.h26 #define rb_parent(r) ((struct rb_node *)((r)->__rb_parent_color & ~3)) macro
/linux-master/lib/
H A Drbtree_test.c88 struct rb_node **new = &root->rb_root.rb_node, *rb_parent = NULL; local
112 struct rb_node **new = &root->rb_root.rb_node, *rb_parent = NULL; local
[all...]
/linux-master/tools/include/linux/
H A Drbtree.h34 #define rb_parent(r) ((struct rb_node *)((r)->__rb_parent_color & ~3)) macro
/linux-master/drivers/gpu/drm/
H A Ddrm_mm.c247 struct rb_node **link = &root->rb_node, *rb_parent = NULL; local
/linux-master/mm/
H A Dkmemleak.c691 struct rb_node **link, *rb_parent; local

Completed in 112 milliseconds