| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_domain.c | 71 xa_destroy(&dmn->csum_fts_xa); in dr_domain_uninit_csum_recalc_fts() 386 xa_destroy(&dmn->info.caps.vports.vports_caps_xa); in dr_domain_query_fdb_caps() 458 xa_destroy(&dmn->info.caps.vports.vports_caps_xa); in dr_domain_caps_uninit() 513 xa_destroy(&dmn->peer_dmn_xa); in mlx5dr_domain_create() 514 xa_destroy(&dmn->definers_xa); in mlx5dr_domain_create() 530 xa_destroy(&dmn->peer_dmn_xa); in mlx5dr_domain_destroy() 531 xa_destroy(&dmn->definers_xa); in mlx5dr_domain_destroy()
|
| /linux-6.15/drivers/accel/ivpu/ |
| H A D | ivpu_drv.c | 109 xa_destroy(&file_priv->cmdq_xa); in file_priv_release() 654 xa_destroy(&vdev->db_xa); in ivpu_dev_init() 655 xa_destroy(&vdev->submitted_jobs_xa); in ivpu_dev_init() 656 xa_destroy(&vdev->context_xa); in ivpu_dev_init() 691 xa_destroy(&vdev->db_xa); in ivpu_dev_fini() 693 xa_destroy(&vdev->submitted_jobs_xa); in ivpu_dev_fini() 695 xa_destroy(&vdev->context_xa); in ivpu_dev_fini()
|
| /linux-6.15/lib/ |
| H A D | test_xarray.c | 289 xa_destroy(xa); in check_xa_mark_2() 309 xa_destroy(xa); in check_xa_mark_3() 542 xa_destroy(xa); in check_reserve() 646 xa_destroy(xa); in check_multi_store_3() 934 xa_destroy(xa); in check_xa_alloc_1() 958 xa_destroy(xa); in check_xa_alloc_1() 974 xa_destroy(xa); in check_xa_alloc_1() 1004 xa_destroy(xa); in check_xa_alloc_2() 1033 xa_destroy(xa); in check_xa_alloc_2() 1303 xa_destroy(xa); in check_find_2() [all …]
|
| /linux-6.15/drivers/gpu/drm/tegra/ |
| H A D | uapi.c | 42 xa_destroy(&context->mappings); in tegra_drm_channel_context_close() 61 xa_destroy(&file->contexts); in tegra_drm_uapi_close_file() 62 xa_destroy(&file->syncpoints); in tegra_drm_uapi_close_file()
|
| /linux-6.15/net/devlink/ |
| H A D | core.c | 484 xa_destroy(&devlink->nested_rels); in devlink_free() 485 xa_destroy(&devlink->snapshot_ids); in devlink_free() 486 xa_destroy(&devlink->params); in devlink_free() 487 xa_destroy(&devlink->ports); in devlink_free()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | context.c | 223 xa_destroy(&ctx->peer_ctx_xa); in mlx5hws_context_open() 235 xa_destroy(&ctx->peer_ctx_xa); in mlx5hws_context_close()
|
| H A D | vport.c | 30 xa_destroy(&ctx->vports.vport_gvmi_xa); in mlx5hws_vport_uninit_vports()
|
| H A D | fs_hws.c | 100 xa_destroy(&hws_pool->sample_dests); in mlx5_fs_cleanup_hws_actions_pool() 103 xa_destroy(&hws_pool->aso_meters); in mlx5_fs_cleanup_hws_actions_pool() 106 xa_destroy(&hws_pool->vport_vhca_dests); in mlx5_fs_cleanup_hws_actions_pool() 109 xa_destroy(&hws_pool->vport_dests); in mlx5_fs_cleanup_hws_actions_pool() 110 xa_destroy(&hws_pool->table_dests); in mlx5_fs_cleanup_hws_actions_pool() 113 xa_destroy(&hws_pool->mh_pools); in mlx5_fs_cleanup_hws_actions_pool() 116 xa_destroy(&hws_pool->el2tol2tnl_pools); in mlx5_fs_cleanup_hws_actions_pool() 119 xa_destroy(&hws_pool->el2tol3tnl_pools); in mlx5_fs_cleanup_hws_actions_pool()
|
| /linux-6.15/drivers/dpll/ |
| H A D | dpll_core.c | 319 xa_destroy(&dpll->pin_refs); in dpll_device_put() 515 xa_destroy(&pin->dpll_refs); in dpll_pin_alloc() 516 xa_destroy(&pin->parent_refs); in dpll_pin_alloc() 596 xa_destroy(&pin->dpll_refs); in dpll_pin_put() 597 xa_destroy(&pin->parent_refs); in dpll_pin_put()
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | hibernate.c | 252 xa_destroy(&mte_pages); in swsusp_mte_free_storage() 317 xa_destroy(&mte_pages); in swsusp_mte_restore_tags()
|
| /linux-6.15/drivers/infiniband/hw/mana/ |
| H A D | device.c | 211 xa_destroy(&dev->qp_table_wq); in mana_ib_probe() 230 xa_destroy(&dev->qp_table_wq); in mana_ib_remove()
|
| /linux-6.15/drivers/infiniband/hw/erdma/ |
| H A D | erdma_main.c | 608 xa_destroy(&dev->qp_xa); in erdma_ib_device_add() 609 xa_destroy(&dev->cq_xa); in erdma_ib_device_add() 625 xa_destroy(&dev->qp_xa); in erdma_ib_device_remove() 626 xa_destroy(&dev->cq_xa); in erdma_ib_device_remove()
|
| /linux-6.15/tools/testing/radix-tree/ |
| H A D | iteration_check_2.c | 86 xa_destroy(&array); in iteration_test2()
|
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 91 最后,你可以通过调用xa_destroy()删除XArray中的所有条目。如果XArray的条目是指针,你可能希望 182 * xa_destroy()
|
| /linux-6.15/fs/dlm/ |
| H A D | lockspace.c | 346 xa_destroy(&ls->ls_lkbxa); in free_lockspace() 606 xa_destroy(&ls->ls_recover_xa); in new_lockspace() 609 xa_destroy(&ls->ls_lkbxa); in new_lockspace() 757 xa_destroy(&ls->ls_recover_xa); in release_lockspace()
|
| /linux-6.15/drivers/gpu/drm/lima/ |
| H A D | lima_ctx.c | 100 xa_destroy(&mgr->handles); in lima_ctx_mgr_fini()
|
| /linux-6.15/net/sunrpc/xprtrdma/ |
| H A D | ib_client.c | 156 xa_destroy(&rd->rd_xa); in rpcrdma_remove_one()
|
| /linux-6.15/drivers/infiniband/sw/siw/ |
| H A D | siw_main.c | 85 xa_destroy(&sdev->qp_xa); in siw_device_cleanup() 86 xa_destroy(&sdev->mem_xa); in siw_device_cleanup()
|
| /linux-6.15/drivers/pci/ |
| H A D | doe.c | 689 xa_destroy(&doe_mb->feats); in pci_doe_create_mb() 707 xa_destroy(&doe_mb->feats); in pci_doe_destroy_mb() 885 xa_destroy(&pdev->doe_mbs); in pci_doe_destroy()
|
| /linux-6.15/fs/smb/server/mgmt/ |
| H A D | user_session.c | 40 xa_destroy(&sess->ksmbd_chann_list); in free_channel_list() 69 xa_destroy(&sess->rpc_handle_list); in ksmbd_session_rpc_clear_list()
|
| H A D | tree_connect.c | 172 xa_destroy(&sess->tree_conns); in ksmbd_tree_conn_session_logoff()
|
| /linux-6.15/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_alloc.c | 180 xa_destroy(&hr_dev->srq_table.xa); in hns_roce_cleanup_bitmap()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_reg_sr.c | 38 xa_destroy(&sr->xa); in reg_sr_fini()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| H A D | post_act.c | 74 xa_destroy(&post_act->ids); in mlx5e_tc_post_act_destroy()
|
| /linux-6.15/drivers/iommu/iommufd/ |
| H A D | viommu.c | 14 xa_destroy(&viommu->vdevs); in iommufd_viommu_destroy()
|