Searched defs:rb_node (Results 1 – 3 of 3) sorted by relevance
20 struct rb_node { struct22 struct rb_node *right_child; argument23 struct rb_node *left_child; argument
36 static int comp_rb_key_wrapper(const void *key, const struct rb_node *rb_node) in comp_rb_key_wrapper()