Home
last modified time | relevance | path

Searched refs:rb_insert_augmented_cached (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Drbtree_augmented.h54 rb_insert_augmented_cached(struct rb_node *node, in rb_insert_augmented_cached() function
84 rb_insert_augmented_cached(node, tree, leftmost, augment); in rb_add_augmented_cached()
/linux/tools/include/linux/
H A Drbtree_augmented.h56 rb_insert_augmented_cached(struct rb_node *node, in rb_insert_augmented_cached() function
/linux/Documentation/translations/zh_CN/core-api/
H A Drbtree.rst206 void rb_insert_augmented_cached(struct rb_node *node, struct rb_root_cached *,
/linux/lib/
H A Drbtree_test.c134 rb_insert_augmented_cached(&node->rb, root, in insert_augmented_cached()