/linux/tools/testing/radix-tree/ |
H A D | test.c | 95 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 D | regression4.c | 28 entry = radix_tree_lookup(&mt_tree, 0); in reader_fn()
|
/linux/drivers/sh/intc/ |
H A D | virq.c | 73 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 D | srq.c | 49 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 D | cq.c | 109 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 D | pinmux.c | 810 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 D | core.h | 248 return radix_tree_lookup(&pctldev->pin_desc_tree, pin); in pin_desc_get()
|
/linux/tools/cgroup/ |
H A D | iocost_monitor.py | 21 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 D | rdma_core.h | 138 res = radix_tree_lookup(&uapi->radix, uapi_key_obj(object_id)); in uapi_get_object()
|
H A D | uverbs_uapi.c | 50 elm = radix_tree_lookup(&uapi->radix, key); in uapi_add_get_elm()
|
/linux/net/qrtr/ |
H A D | af_qrtr.c | 232 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 D | radix-tree.h | 223 void *radix_tree_lookup(const struct radix_tree_root *, unsigned long);
|
H A D | backing-dev.h | 199 wb = radix_tree_lookup(&bdi->cgwb_tree, memcg_css->id); in wb_find_current()
|
/linux/drivers/xen/ |
H A D | pvcalls-back.c | 498 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 D | qp.h | 492 return radix_tree_lookup(&dev->qp_table_tree, qpn & (dev->caps.num_qps - 1)); in __mlx4_qp_lookup()
|
/linux/fs/xfs/ |
H A D | xfs_mru_cache.c | 520 elem = radix_tree_lookup(&mru->store, key); in xfs_mru_cache_lookup()
|
/linux/drivers/usb/cdns3/ |
H A D | cdnsp-mem.c | 204 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 D | core.c | 311 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 D | backing-dev.c | 681 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 D | idr.c | 174 return radix_tree_lookup(&idr->idr_rt, id - idr->idr_base); in idr_find()
|
H A D | radix-tree.c | 817 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 D | gmap.c | 335 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 D | hwspinlock_core.c | 793 hwlock = radix_tree_lookup(&hwspinlock_tree, id); in hwspin_lock_request_specific()
|
/linux/drivers/misc/ocxl/ |
H A D | link.c | 219 pe_data = radix_tree_lookup(&spa->pe_tree, pe_handle); in xsl_fault_handler()
|
/linux/drivers/usb/host/ |
H A D | xhci-mem.c | 216 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()
|