Searched refs:rb_find_add (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/tools/include/linux/ |
| H A D | rbtree.h | 234 rb_find_add(struct rb_node *node, struct rb_root *tree, in rb_find_add() function
|
| /linux-6.15/include/linux/ |
| H A D | rbtree.h | 260 rb_find_add(struct rb_node *node, struct rb_root *tree, in rb_find_add() function
|
| /linux-6.15/arch/arm64/kvm/ |
| H A D | pkvm.c | 377 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 D | iommu.c | 151 curr = rb_find_add(&info->node, &iommu->device_rbtree, device_rid_cmp); in device_rbtree_insert()
|
| /linux-6.15/fs/btrfs/ |
| H A D | disk-io.c | 769 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 D | arm-smmu-v3.c | 3402 existing = rb_find_add(&new_stream->node, &smmu->streams, in arm_smmu_insert_master()
|