Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drbtree.h296 rb_find_add_rcu(struct rb_node *node, struct rb_root *tree, in rb_find_add_rcu() function
/linux/fs/
H A Dpidfs.c107 rb_find_add_rcu(&pid->pidfs_node, &pidfs_ino_tree, pidfs_ino_cmp); in pidfs_add_pid()
H A Dnamespace.c147 node = rb_find_add_rcu(&ns->mnt_ns_tree_node, &mnt_ns_tree, mnt_ns_cmp); in mnt_ns_tree_add()
/linux/kernel/events/
H A Duprobes.c924 node = rb_find_add_rcu(&uprobe->rb_node, &uprobes_tree, __uprobe_cmp); in __insert_uprobe()