Home
last modified time | relevance | path

Searched refs:xa_for_each (Results 1 – 25 of 155) sorted by relevance

1234567

/linux-6.15/drivers/pci/
H A Ddoe.c149 xa_for_each(&doe_mb->feats, i, entry) { in pci_doe_sysfs_feature_remove()
169 xa_for_each(&doe_mb->feats, i, entry) in pci_doe_sysfs_feature_populate()
179 xa_for_each(&doe_mb->feats, i, entry) { in pci_doe_sysfs_feature_populate()
230 xa_for_each(&pdev->doe_mbs, index, doe_mb) in pci_doe_sysfs_teardown()
240 xa_for_each(&pdev->doe_mbs, index, doe_mb) { in pci_doe_sysfs_init()
730 xa_for_each(&doe_mb->feats, index, entry) in pci_doe_supports_feat()
843 xa_for_each(&pdev->doe_mbs, index, doe_mb) in pci_find_doe_mailbox()
882 xa_for_each(&pdev->doe_mbs, index, doe_mb) in pci_doe_destroy()
893 xa_for_each(&pdev->doe_mbs, index, doe_mb) in pci_doe_disconnected()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_reg_sr.c35 xa_for_each(&sr->xa, reg, entry) in reg_sr_fini()
182 xa_for_each(&sr->xa, reg, entry) in xe_reg_sr_apply_mmio()
208 xa_for_each(&sr->xa, reg, entry) in xe_reg_sr_dump()
H A Dxe_reg_whitelist.c105 xa_for_each(&sr->xa, reg, entry) { in whitelist_apply_to_hwe()
211 xa_for_each(&sr->xa, reg, entry) in xe_reg_whitelist_dump()
/linux-6.15/drivers/dpll/
H A Ddpll_core.c82 xa_for_each(xa_pins, i, ref) { in dpll_xa_ref_pin_add()
134 xa_for_each(xa_pins, i, ref) { in dpll_xa_ref_pin_del()
163 xa_for_each(xa_dplls, i, ref) { in dpll_xa_ref_dpll_add()
215 xa_for_each(xa_dplls, i, ref) { in dpll_xa_ref_dpll_del()
288 xa_for_each(&dpll_device_xa, index, dpll) { in dpll_device_get()
566 xa_for_each(&dpll_pin_xa, i, pos) { in dpll_pin_get()
733 xa_for_each(&parent->dpll_refs, i, ref) { in dpll_pin_on_pin_register()
746 xa_for_each(&parent->dpll_refs, i, ref) in dpll_pin_on_pin_register()
780 xa_for_each(&pin->dpll_refs, i, ref) in dpll_pin_on_pin_unregister()
H A Ddpll_netlink.c474 xa_for_each(&pin->dpll_refs, index, ref) { in dpll_msg_add_pin_dplls()
656 xa_for_each(&pin->dpll_refs, i, par_ref) in dpll_pin_available()
765 xa_for_each(&pin->dpll_refs, i, ref) { in dpll_pin_freq_set()
784 xa_for_each(&pin->dpll_refs, i, ref) { in dpll_pin_freq_set()
801 xa_for_each(&pin->dpll_refs, i, ref) { in dpll_pin_freq_set()
826 xa_for_each(&pin->dpll_refs, i, ref) { in dpll_pin_esync_set()
854 xa_for_each(&pin->dpll_refs, i, ref) { in dpll_pin_esync_set()
875 xa_for_each(&pin->dpll_refs, i, ref) { in dpll_pin_esync_set()
1032 xa_for_each(&pin->dpll_refs, i, ref) { in dpll_pin_phase_adj_set()
1052 xa_for_each(&pin->dpll_refs, i, ref) { in dpll_pin_phase_adj_set()
[all …]
/linux-6.15/fs/smb/server/mgmt/
H A Duser_session.c35 xa_for_each(&sess->ksmbd_chann_list, index, chann) { in free_channel_list()
63 xa_for_each(&sess->rpc_handle_list, index, entry) { in ksmbd_session_rpc_clear_list()
190 xa_for_each(&conn->sessions, id, sess) { in ksmbd_expire_session()
250 xa_for_each(&conn->sessions, id, sess) { in ksmbd_sessions_deregister()
254 xa_for_each(&sess->ksmbd_chann_list, chann_id, chann) { in ksmbd_sessions_deregister()
/linux-6.15/drivers/cxl/core/
H A Dcdat.c219 xa_for_each(dsmas_xa, index, dent) { in cxl_port_perf_data_calculate()
265 xa_for_each(dsmas_xa, index, dent) { in cxl_memdev_set_qos_class()
395 xa_for_each(xa, index, ent) { in discard_dsmas()
502 xa_for_each(&port->dports, index, dport) { in cdat_sslbis_handler()
734 xa_for_each(xa, index, ctx) in free_perf_xa()
775 xa_for_each(input_xa, index, ctx) { in DEFINE_FREE()
876 xa_for_each(xa, index, ctx) { in cxl_rp_gather_bandwidth()
920 xa_for_each(xa, index, ctx) { in cxl_hb_gather_bandwidth()
965 xa_for_each(input_xa, index, ctx) in cxl_region_update_bandwidth()
/linux-6.15/drivers/gpu/drm/imagination/
H A Dpvr_sync.c53 xa_for_each(array, i, sig_sync) in pvr_sync_signal_array_cleanup()
112 xa_for_each(array, i, sig_sync) { in pvr_sync_signal_array_search()
194 xa_for_each(array, i, sig_sync) { in pvr_sync_signal_array_push_fences()
/linux-6.15/arch/x86/kernel/cpu/sgx/
H A Dvirt.c159 xa_for_each(&vepc->page_array, index, entry) { in sgx_vepc_remove_all()
196 xa_for_each(&vepc->page_array, index, entry) { in sgx_vepc_release()
214 xa_for_each(&vepc->page_array, index, entry) { in sgx_vepc_release()
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst76 xa_for_each()、xa_for_each_start()或xa_for_each_range()来遍历XArray中的现有条目。你
92 先释放这些条目。你可以通过使用xa_for_each()迭代器遍历XArray中所有存在的条目来实现这一目的。
154 * xa_for_each()
/linux-6.15/drivers/accel/ivpu/
H A Divpu_job.c289 xa_for_each(&file_priv->cmdq_xa, id, cmdq) in ivpu_cmdq_acquire_legacy()
325 xa_for_each(&file_priv->cmdq_xa, cmdq_id, cmdq) in ivpu_cmdq_release_all_locked()
342 xa_for_each(&file_priv->cmdq_xa, cmdq_id, cmdq) { in ivpu_cmdq_reset()
357 xa_for_each(&vdev->context_xa, ctx_id, file_priv) in ivpu_cmdq_reset_all_contexts()
372 xa_for_each(&file_priv->cmdq_xa, cmdq_id, cmdq) in ivpu_context_abort_locked()
588 xa_for_each(&vdev->submitted_jobs_xa, id, job) in ivpu_jobs_abort_all()
601 xa_for_each(&vdev->submitted_jobs_xa, id, job) in ivpu_cmdq_abort_all_jobs()
992 xa_for_each(&vdev->context_xa, ctx_id, file_priv) { in ivpu_context_abort_work_fn()
1019 xa_for_each(&vdev->submitted_jobs_xa, id, job) in ivpu_context_abort_work_fn()
/linux-6.15/net/qrtr/
H A Dns.c207 xa_for_each(&node->servers, index, srv) { in announce_servers()
354 xa_for_each(&node->servers, index, srv) in ctrl_cmd_bye()
366 xa_for_each(&local_node->servers, index, srv) { in ctrl_cmd_bye()
440 xa_for_each(&local_node->servers, index, srv) { in ctrl_cmd_del_client()
550 xa_for_each(&nodes, node_idx, node) { in ctrl_cmd_new_lookup()
551 xa_for_each(&node->servers, srv_idx, srv) { in ctrl_cmd_new_lookup()
/linux-6.15/drivers/gpu/drm/tegra/
H A Duapi.c39 xa_for_each(&context->mappings, id, mapping) in tegra_drm_channel_context_close()
55 xa_for_each(&file->contexts, id, context) in tegra_drm_uapi_close_file()
58 xa_for_each(&file->syncpoints, id, sp) in tegra_drm_uapi_close_file()
/linux-6.15/drivers/infiniband/hw/cxgb4/
H A Ddevice.c344 xa_for_each(&qpd->devp->qps, index, qp) in qp_open()
355 xa_for_each(&qpd->devp->qps, index, qp) in qp_open()
435 xa_for_each(&stagd->devp->mrs, index, p) in stag_open()
446 xa_for_each(&stagd->devp->mrs, index, p) in stag_open()
686 xa_for_each(&epd->devp->hwtids, index, ep) in ep_open()
688 xa_for_each(&epd->devp->atids, index, ep) in ep_open()
705 xa_for_each(&epd->devp->atids, index, ep) in ep_open()
1279 xa_for_each(&ctx->dev->qps, index, qp) in stop_queues()
1327 xa_for_each(&ctx->dev->qps, index, qp) in resume_queues()
1441 xa_for_each(&ctx->dev->qps, index, qp) in recover_queues()
[all …]
/linux-6.15/drivers/gpu/drm/i915/gem/
H A Di915_gem_throttle.c53 xa_for_each(&file_priv->context_xa, idx, ctx) { in i915_gem_throttle_ioctl()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_mcast.c78 xa_for_each(&entry->ports, idx, port) { in mlx5_esw_bridge_mdb_flow_create()
694 xa_for_each(&port->vlans, index, vlan) { in mlx5_esw_bridge_port_mcast_fhs_init()
708 xa_for_each(&port->vlans, index, vlan) { in mlx5_esw_bridge_port_mcast_fhs_init()
725 xa_for_each(&port->vlans, index, vlan) in mlx5_esw_bridge_port_mcast_fhs_cleanup()
1025 xa_for_each(&br_offloads->ports, i, port) { in mlx5_esw_brige_mcast_init()
1038 xa_for_each(&br_offloads->ports, i, port) { in mlx5_esw_brige_mcast_init()
1055 xa_for_each(&br_offloads->ports, i, port) { in mlx5_esw_brige_mcast_cleanup()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c98 xa_for_each(&hws_pool->sample_dests, i, fs_hws_data) in mlx5_fs_cleanup_hws_actions_pool()
101 xa_for_each(&hws_pool->aso_meters, i, fs_hws_data) in mlx5_fs_cleanup_hws_actions_pool()
104 xa_for_each(&hws_pool->vport_vhca_dests, i, action) in mlx5_fs_cleanup_hws_actions_pool()
107 xa_for_each(&hws_pool->vport_dests, i, action) in mlx5_fs_cleanup_hws_actions_pool()
111 xa_for_each(&hws_pool->mh_pools, i, pool) in mlx5_fs_cleanup_hws_actions_pool()
114 xa_for_each(&hws_pool->el2tol2tnl_pools, i, pool) in mlx5_fs_cleanup_hws_actions_pool()
117 xa_for_each(&hws_pool->el2tol3tnl_pools, i, pool) in mlx5_fs_cleanup_hws_actions_pool()
1477 xa_for_each(&hws_pool->mh_pools, i, pool) { in mlx5_cmd_hws_modify_header_alloc()
/linux-6.15/drivers/infiniband/core/
H A Ddevice.c330 xa_for_each (&devices, index, device) in __ib_device_get_by_name()
447 xa_for_each (&devices, index, device) { in alloc_name()
1012 xa_for_each (&device->compat_devs, index, cdev) in remove_compat_devs()
1025 xa_for_each (&rdma_nets, index, rnet) { in add_compat_devs()
1041 xa_for_each (&devices, index, dev) { in remove_all_compat_devs()
1048 xa_for_each (&dev->compat_devs, c_index, cdev) in remove_all_compat_devs()
1070 xa_for_each (&rdma_nets, net_index, rnet) { in add_all_compat_devs()
1098 xa_for_each (&rdma_nets, index, rnet) { in rdma_compatdev_set()
1131 xa_for_each (&devices, index, dev) { in rdma_dev_exit_net()
1608 xa_for_each (&devices, index, ib_dev) { in ib_unregister_driver()
[all …]
/linux-6.15/io_uring/
H A Dtctx.c59 xa_for_each(&tctx->xa, index, node) { in __io_uring_free()
196 xa_for_each(&tctx->xa, index, node) { in io_uring_clean_tctx()
/linux-6.15/drivers/gpu/drm/lima/
H A Dlima_ctx.c96 xa_for_each(&mgr->handles, id, ctx) { in lima_ctx_mgr_fini()
/linux-6.15/net/sunrpc/xprtrdma/
H A Dib_client.c143 xa_for_each(&rd->rd_xa, index, rn) in rpcrdma_remove_one()
/linux-6.15/net/core/
H A Ddevmem.c123 xa_for_each(&binding->bound_rxqs, xa_idx, rxq) { in net_devmem_unbind_dmabuf()
381 xa_for_each(&binding->bound_rxqs, xa_idx, bound_rxq) { in mp_dmabuf_devmem_uninstall()
/linux-6.15/drivers/iommu/iommufd/
H A Dioas.c386 xa_for_each(ioas_list, index, ioas) { in iommufd_release_all_iova_rwsem()
415 xa_for_each(&ictx->objects, index, obj) { in iommufd_take_all_iova_rwsem()
514 xa_for_each((_xa), (_index), (_ioas)) \
/linux-6.15/drivers/accel/amdxdna/
H A Damdxdna_pci_drv.h135 xa_for_each(&(client)->hwctx_xa, hwctx_id, entry)
/linux-6.15/block/
H A Dgenhd.c335 xa_for_each(&disk->part_tbl, idx, part) { in disk_uevent()
606 xa_for_each(&disk->part_tbl, idx, bdev) { in blk_report_disk_dead()
692 xa_for_each(&disk->part_tbl, idx, part) in del_gendisk()
915 xa_for_each(&sgp->part_tbl, idx, part) { in show_partition()
1306 xa_for_each(&gp->part_tbl, idx, hd) { in diskstats_show()

1234567