Home
last modified time | relevance | path

Searched refs:radix_tree_lookup (Results 1 – 25 of 55) sorted by relevance

123

/linux/tools/testing/radix-tree/
H A Dtest.c95 item = radix_tree_lookup(root, index); in item_check_present()
102 return radix_tree_lookup(root, index); in item_lookup()
109 item = radix_tree_lookup(root, index); in item_check_absent()
H A Dregression4.c28 entry = radix_tree_lookup(&mt_tree, 0); in reader_fn()
/linux/drivers/sh/intc/
H A Dvirq.c73 ptr = radix_tree_lookup(&d->tree, enum_id); in intc_irq_lookup()
154 mapped = radix_tree_lookup(&d->tree, subgroup->parent_id); in intc_subgroup_init_one()
/linux/drivers/pinctrl/
H A Dpinmux.c827 function = radix_tree_lookup(&pctldev->pin_function_tree, in pinmux_generic_get_function_name()
850 function = radix_tree_lookup(&pctldev->pin_function_tree, in pinmux_generic_get_function_groups()
874 function = radix_tree_lookup(&pctldev->pin_function_tree, in pinmux_generic_get_function()
896 function = radix_tree_lookup(&pctldev->pin_function_tree, selector); in pinmux_generic_function_is_gpio()
981 function = radix_tree_lookup(&pctldev->pin_function_tree, in pinmux_generic_remove_function()
H A Dcore.h248 return radix_tree_lookup(&pctldev->pin_desc_tree, pin); in pin_desc_get()
H A Dcore.c194 pindesc = radix_tree_lookup(&pctldev->pin_desc_tree, in pinctrl_free_pindescs()
564 group = radix_tree_lookup(&pctldev->pin_group_tree, in pinctrl_generic_get_group_name()
587 group = radix_tree_lookup(&pctldev->pin_group_tree, in pinctrl_generic_get_group_pins()
612 group = radix_tree_lookup(&pctldev->pin_group_tree, in pinctrl_generic_get_group()
694 group = radix_tree_lookup(&pctldev->pin_group_tree, in pinctrl_generic_remove_group()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dsrq.c49 srq = radix_tree_lookup(&srq_table->tree, srqn & (dev->caps.num_srqs - 1)); in mlx4_srq_event()
298 srq = radix_tree_lookup(&srq_table->tree, in mlx4_srq_lookup()
H A Dcq.c109 cq = radix_tree_lookup(&mlx4_priv(dev)->cq_table.tree, in mlx4_cq_completion()
132 cq = radix_tree_lookup(&cq_table->tree, cqn & (dev->caps.num_cqs - 1)); in mlx4_cq_event()
/linux/drivers/gpu/drm/i915/gvt/
H A Dpage_track.c38 return radix_tree_lookup(&vgpu->page_track_tree, gfn); in intel_vgpu_find_page_track()
/linux/tools/cgroup/
H A Diocost_monitor.py21 from drgn.helpers.linux.radixtree import radix_tree_for_each,radix_tree_lookup
80 address=radix_tree_lookup(blkcg.blkg_tree.address_of_(), q_id))
/linux/drivers/infiniband/core/
H A Drdma_core.h138 res = radix_tree_lookup(&uapi->radix, uapi_key_obj(object_id)); in uapi_get_object()
/linux/include/linux/
H A Dradix-tree.h223 void *radix_tree_lookup(const struct radix_tree_root *, unsigned long);
H A Dbacking-dev.h200 wb = radix_tree_lookup(&bdi->cgwb_tree, memcg_css->id); in wb_find_current()
/linux/drivers/xen/
H A Dpvcalls-back.c498 mappass = radix_tree_lookup(&fedata->socketpass_mappings, in pvcalls_back_release()
701 map = radix_tree_lookup(&fedata->socketpass_mappings, req->u.listen.id); in pvcalls_back_listen()
729 mappass = radix_tree_lookup(&fedata->socketpass_mappings, in pvcalls_back_accept()
777 mappass = radix_tree_lookup(&fedata->socketpass_mappings, in pvcalls_back_poll()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_pages.c737 sg = radix_tree_lookup(&iter->radix, n); in __i915_gem_object_page_iter_get_sg()
750 sg = radix_tree_lookup(&iter->radix, base); in __i915_gem_object_page_iter_get_sg()
/linux/include/linux/mlx4/
H A Dqp.h492 return radix_tree_lookup(&dev->qp_table_tree, qpn & (dev->caps.num_qps - 1)); in __mlx4_qp_lookup()
/linux/drivers/gpu/drm/amd/ras/rascore/
H A Dras_log_ring.c276 data = radix_tree_lookup(&log_ring->ras_log_root, idx); in ras_log_ring_lookup_data()
/linux/fs/xfs/
H A Dxfs_mru_cache.c519 elem = radix_tree_lookup(&mru->store, key); in xfs_mru_cache_lookup()
/linux/fs/f2fs/
H A Dcheckpoint.c718 e = radix_tree_lookup(&im->ino_root, ino); in __add_ino_entry()
731 e = radix_tree_lookup(&im->ino_root, ino); in __add_ino_entry()
766 e = radix_tree_lookup(&im->ino_root, ino); in __remove_ino_entry()
797 e = radix_tree_lookup(&im->ino_root, ino); in f2fs_exist_written_data()
835 e = radix_tree_lookup(&im->ino_root, ino); in f2fs_is_dirty_device()
/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c204 if (radix_tree_lookup(trb_address_map, key)) in cdnsp_insert_segment_mapping()
223 if (radix_tree_lookup(trb_address_map, key)) in cdnsp_remove_segment_mapping()
546 return radix_tree_lookup(&pep->stream_info.trb_address_map, in cdnsp_dma_to_transfer_ring()
/linux/drivers/power/sequencing/
H A Dcore.c311 tmp = radix_tree_lookup(visited_units, (unsigned long)*cur); in pwrseq_check_unit_deps()
356 unit = radix_tree_lookup(processed_units, (unsigned long)data); in pwrseq_unit_setup()
/linux/block/
H A Dblk-cgroup.h268 blkg = radix_tree_lookup(&blkcg->blkg_tree, q->id); in blkg_lookup()
H A Dblk-ioc.c334 icq = radix_tree_lookup(&ioc->icq_tree, q->id); in ioc_lookup_icq()
/linux/drivers/hwspinlock/
H A Dhwspinlock_core.c733 hwlock = radix_tree_lookup(&hwspinlock_tree, id); in hwspin_lock_request_specific()
/linux/lib/
H A Dradix-tree.c817 void *radix_tree_lookup(const struct radix_tree_root *root, unsigned long index) in radix_tree_lookup() function
821 EXPORT_SYMBOL(radix_tree_lookup);

123