| /linux/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/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() 1316 xa_destroy(xa); in check_find_2() [all …]
|
| /linux/drivers/accel/ivpu/ |
| H A D | ivpu_drv.c | 109 xa_destroy(&file_priv->cmdq_xa); in file_priv_release() 669 xa_destroy(&vdev->db_xa); in ivpu_dev_init() 670 xa_destroy(&vdev->submitted_jobs_xa); in ivpu_dev_init() 671 xa_destroy(&vdev->context_xa); in ivpu_dev_init() 706 xa_destroy(&vdev->db_xa); in ivpu_dev_fini() 708 xa_destroy(&vdev->submitted_jobs_xa); in ivpu_dev_fini() 710 xa_destroy(&vdev->context_xa); in ivpu_dev_fini()
|
| /linux/net/devlink/ |
| H A D | core.c | 482 xa_destroy(&devlink->nested_rels); in devlink_free() 483 xa_destroy(&devlink->snapshot_ids); in devlink_free() 484 xa_destroy(&devlink->params); in devlink_free() 485 xa_destroy(&devlink->ports); in devlink_free()
|
| /linux/drivers/infiniband/hw/ionic/ |
| H A D | ionic_ibdev.c | 298 xa_destroy(&dev->qp_tbl); in ionic_destroy_ibdev() 300 xa_destroy(&dev->cq_tbl); in ionic_destroy_ibdev() 367 xa_destroy(&dev->qp_tbl); in ionic_create_ibdev() 368 xa_destroy(&dev->cq_tbl); in ionic_create_ibdev()
|
| /linux/drivers/dpll/ |
| H A D | dpll_core.c | 116 xa_destroy(&dpll->pin_refs); in __dpll_device_put() 152 xa_destroy(&pin->dpll_refs); in __dpll_pin_put() 153 xa_destroy(&pin->parent_refs); in __dpll_pin_put() 154 xa_destroy(&pin->ref_sync_pins); in __dpll_pin_put() 674 xa_destroy(&pin->dpll_refs); in dpll_pin_alloc() 675 xa_destroy(&pin->parent_refs); in dpll_pin_alloc() 676 xa_destroy(&pin->ref_sync_pins); in dpll_pin_alloc()
|
| /linux/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/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | context.c | 229 xa_destroy(&ctx->peer_ctx_xa); in mlx5hws_context_open() 241 xa_destroy(&ctx->peer_ctx_xa); in mlx5hws_context_close()
|
| 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()
|
| H A D | vport.c | 30 xa_destroy(&ctx->vports.vport_gvmi_xa); in mlx5hws_vport_uninit_vports()
|
| /linux/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/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 91 最后,你可以通过调用xa_destroy()删除XArray中的所有条目。如果XArray的条目是指针,你可能希望 182 * xa_destroy()
|
| /linux/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/fs/dlm/ |
| H A D | lockspace.c | 351 xa_destroy(&ls->ls_lkbxa); in free_lockspace() 611 xa_destroy(&ls->ls_recover_xa); in new_lockspace() 614 xa_destroy(&ls->ls_lkbxa); in new_lockspace() 764 xa_destroy(&ls->ls_recover_xa); in release_lockspace()
|
| /linux/drivers/infiniband/hw/mana/ |
| H A D | device.c | 231 xa_destroy(&dev->qp_table_wq); in mana_ib_probe() 250 xa_destroy(&dev->qp_table_wq); in mana_ib_remove()
|
| /linux/tools/testing/radix-tree/ |
| H A D | iteration_check_2.c | 86 xa_destroy(&array); in iteration_test2()
|
| /linux/drivers/iommu/amd/ |
| H A D | iommufd.c | 68 xa_destroy(&aviommu->gdomid_array); in amd_iommufd_viommu_destroy()
|
| /linux/drivers/gpu/drm/vkms/ |
| H A D | vkms_config.c | 408 xa_destroy(&plane_cfg->possible_crtcs); in vkms_config_destroy_plane() 551 xa_destroy(&encoder_cfg->possible_crtcs); in vkms_config_destroy_encoder() 610 xa_destroy(&connector_cfg->possible_encoders); in vkms_config_destroy_connector()
|
| /linux/drivers/gpu/drm/lima/ |
| H A D | lima_ctx.c | 100 xa_destroy(&mgr->handles); in lima_ctx_mgr_fini()
|
| /linux/net/sunrpc/xprtrdma/ |
| H A D | ib_client.c | 156 xa_destroy(&rd->rd_xa); in rpcrdma_remove_one()
|
| /linux/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/drivers/pci/ |
| H A D | doe.c | 687 xa_destroy(&doe_mb->feats); in pci_doe_create_mb() 705 xa_destroy(&doe_mb->feats); in pci_doe_destroy_mb() 883 xa_destroy(&pdev->doe_mbs); in pci_doe_destroy()
|
| /linux/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/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/drivers/gpu/drm/xe/ |
| H A D | xe_reg_sr.c | 35 xa_destroy(&sr->xa); in reg_sr_fini()
|