Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/linux/
H A Drbtree.h234 rb_find_add(struct rb_node *node, struct rb_root *tree, in rb_find_add() function
/openbmc/linux/include/linux/
H A Drbtree.h223 rb_find_add(struct rb_node *node, struct rb_root *tree, in rb_find_add() function
/openbmc/linux/kernel/events/
H A Duprobes.c683 node = rb_find_add(&uprobe->rb_node, &uprobes_tree, __uprobe_cmp); in __insert_uprobe()
/openbmc/linux/fs/btrfs/
H A Ddisk-io.c751 tmp = rb_find_add(&root->rb_node, &fs_info->global_root_tree, global_root_cmp); in btrfs_global_root_insert()