Home
last modified time | relevance | path

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

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