Searched refs:rb_find_add (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/include/linux/
H A Drbtree.h225 * rb_find_add() - find equivalent @node in @tree, or add @node
234 rb_find_add(struct rb_node *node, struct rb_root *tree, function
/linux-master/include/linux/
H A Drbtree.h214 * rb_find_add() - find equivalent @node in @tree, or add @node
223 rb_find_add(struct rb_node *node, struct rb_root *tree, function
/linux-master/kernel/events/
H A Duprobes.c683 node = rb_find_add(&uprobe->rb_node, &uprobes_tree, __uprobe_cmp);
/linux-master/fs/btrfs/
H A Ddisk-io.c773 tmp = rb_find_add(&root->rb_node, &fs_info->global_root_tree, global_root_cmp);
/linux-master/drivers/iommu/intel/
H A Diommu.c156 curr = rb_find_add(&info->node, &iommu->device_rbtree, device_rid_cmp);

Completed in 149 milliseconds