Home
last modified time | relevance | path

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

12

/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/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/pinctrl/
H A Dpinmux.c810 function = radix_tree_lookup(&pctldev->pin_function_tree, in pinmux_generic_get_function_name()
833 function = radix_tree_lookup(&pctldev->pin_function_tree, in pinmux_generic_get_function_groups()
857 function = radix_tree_lookup(&pctldev->pin_function_tree, in pinmux_generic_get_function()
920 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()
/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()
H A Duverbs_uapi.c50 elm = radix_tree_lookup(&uapi->radix, key); in uapi_add_get_elm()
/linux/net/qrtr/
H A Daf_qrtr.c232 flow = radix_tree_lookup(&node->qrtr_tx_flow, key); in qrtr_tx_resume()
272 flow = radix_tree_lookup(&node->qrtr_tx_flow, key); in qrtr_tx_wait()
330 flow = radix_tree_lookup(&node->qrtr_tx_flow, key); in qrtr_tx_flow_failed()
400 node = radix_tree_lookup(&qrtr_nodes, nid); in qrtr_node_lookup()
/linux/include/linux/
H A Dradix-tree.h223 void *radix_tree_lookup(const struct radix_tree_root *, unsigned long);
H A Dbacking-dev.h199 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/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/fs/xfs/
H A Dxfs_mru_cache.c520 elem = radix_tree_lookup(&mru->store, key); in xfs_mru_cache_lookup()
/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/mm/
H A Dbacking-dev.c681 wb = radix_tree_lookup(&bdi->cgwb_tree, memcg_css->id); in wb_get_lookup()
791 wb = radix_tree_lookup(&bdi->cgwb_tree, memcg_css->id); in cleanup_offline_cgwbs_workfn()
/linux/lib/
H A Didr.c174 return radix_tree_lookup(&idr->idr_rt, id - idr->idr_base); in idr_find()
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);
/linux/arch/s390/mm/
H A Dgmap.c335 return (unsigned long)radix_tree_lookup(&gmap->host_to_guest, vmaddr >> PMD_SHIFT); in host_to_guest_lookup()
485 radix_tree_lookup(&gmap->guest_to_host, gaddr >> PMD_SHIFT); in __gmap_translate()
627 vmaddr = (unsigned long) radix_tree_lookup(&gmap->guest_to_host, in __gmap_zap()
656 radix_tree_lookup(&gmap->guest_to_host, in gmap_discard()
/linux/drivers/hwspinlock/
H A Dhwspinlock_core.c793 hwlock = radix_tree_lookup(&hwspinlock_tree, id); in hwspin_lock_request_specific()
/linux/drivers/misc/ocxl/
H A Dlink.c219 pe_data = radix_tree_lookup(&spa->pe_tree, pe_handle); in xsl_fault_handler()
/linux/drivers/usb/host/
H A Dxhci-mem.c216 if (radix_tree_lookup(trb_address_map, key)) in xhci_insert_segment_mapping()
234 if (radix_tree_lookup(trb_address_map, key)) in xhci_remove_segment_mapping()
567 return radix_tree_lookup(&ep->stream_info->trb_address_map, in xhci_dma_to_transfer_ring()

12