Home
last modified time | relevance | path

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

/linux-6.15/tools/include/linux/
H A Drbtree.h234 rb_find_add(struct rb_node *node, struct rb_root *tree, in rb_find_add() function
/linux-6.15/include/linux/
H A Drbtree.h260 rb_find_add(struct rb_node *node, struct rb_root *tree, in rb_find_add() function
/linux-6.15/arch/arm64/kvm/
H A Dpkvm.c377 WARN_ON(rb_find_add(&mapping->node, &pgt->pkvm_mappings, cmp_mappings)); in pkvm_pgtable_stage2_map()
/linux-6.15/drivers/iommu/intel/
H A Diommu.c151 curr = rb_find_add(&info->node, &iommu->device_rbtree, device_rid_cmp); in device_rbtree_insert()
/linux-6.15/fs/btrfs/
H A Ddisk-io.c769 tmp = rb_find_add(&root->rb_node, &fs_info->global_root_tree, global_root_cmp); in btrfs_global_root_insert()
/linux-6.15/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c3402 existing = rb_find_add(&new_stream->node, &smmu->streams, in arm_smmu_insert_master()