Home
last modified time | relevance | path

Searched refs:rb_find (Results 1 – 10 of 10) sorted by relevance

/linux/tools/include/linux/
H A Drbtree.h267 rb_find(const void *key, const struct rb_root *tree, in rb_find() function
/linux/include/linux/
H A Drbtree.h329 rb_find(const void *key, const struct rb_root *tree, in rb_find() function
/linux/arch/x86/events/intel/
H A Duncore_discovery.c68 struct rb_node *node = rb_find(&type_id, &discovery_tables, __type_cmp); in search_uncore_discovery_type()
/linux/tools/perf/util/
H A Dannotate-data.c340 node = rb_find(&key, dso__data_types(dso), data_type_cmp); in dso__findnew_data_type()
623 node = rb_find((void *)(uintptr_t)addr, dso__global_vars(dso), global_var_cmp); in global_var__find()
/linux/fs/
H A Dxattr.c1307 rbp = rb_find(name, &xattrs->rb_root, rbtree_simple_xattr_cmp); in simple_xattr_get()
/linux/tools/objtool/
H A Delf.c221 n = rb_find(&hole, &sec->symbol_tree.rb_root, symbol_hole_by_offset); in find_symbol_hole_containing()
/linux/fs/btrfs/
H A Dsend.c4718 node = rb_find(&data, &sctx->rbtree_deleted_refs, rbtree_ref_comp); in record_new_ref_if_needed()
4747 node = rb_find(&data, &sctx->rbtree_new_refs, rbtree_ref_comp); in record_deleted_ref_if_needed()
H A Ddisk-io.c798 node = rb_find(key, &fs_info->global_root_tree, global_root_key_cmp); in btrfs_global_root()
/linux/drivers/iommu/intel/
H A Diommu.c136 node = rb_find(&rid, &iommu->device_rbtree, device_rid_cmp_key); in device_rbtree_find()
/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c1776 node = rb_find(&sid, &smmu->streams, arm_smmu_streams_cmp_key); in arm_smmu_find_master()