Home
last modified time | relevance | path

Searched refs:xa_destroy (Results 1 – 25 of 152) sorted by relevance

1234567

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_domain.c71 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 Dtest_xarray.c289 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 Divpu_drv.c109 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 Dcore.c482 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 Dionic_ibdev.c298 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 Ddpll_core.c116 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 Duapi.c42 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 Dcontext.c229 xa_destroy(&ctx->peer_ctx_xa); in mlx5hws_context_open()
241 xa_destroy(&ctx->peer_ctx_xa); in mlx5hws_context_close()
H A Dfs_hws.c100 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 Dvport.c30 xa_destroy(&ctx->vports.vport_gvmi_xa); in mlx5hws_vport_uninit_vports()
/linux/drivers/infiniband/hw/erdma/
H A Derdma_main.c608 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 Dxarray.rst91 最后,你可以通过调用xa_destroy()删除XArray中的所有条目。如果XArray的条目是指针,你可能希望
182 * xa_destroy()
/linux/arch/arm64/kernel/
H A Dhibernate.c252 xa_destroy(&mte_pages); in swsusp_mte_free_storage()
317 xa_destroy(&mte_pages); in swsusp_mte_restore_tags()
/linux/fs/dlm/
H A Dlockspace.c351 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 Ddevice.c231 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 Diteration_check_2.c86 xa_destroy(&array); in iteration_test2()
/linux/drivers/iommu/amd/
H A Diommufd.c68 xa_destroy(&aviommu->gdomid_array); in amd_iommufd_viommu_destroy()
/linux/drivers/gpu/drm/vkms/
H A Dvkms_config.c408 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 Dlima_ctx.c100 xa_destroy(&mgr->handles); in lima_ctx_mgr_fini()
/linux/net/sunrpc/xprtrdma/
H A Dib_client.c156 xa_destroy(&rd->rd_xa); in rpcrdma_remove_one()
/linux/drivers/infiniband/sw/siw/
H A Dsiw_main.c85 xa_destroy(&sdev->qp_xa); in siw_device_cleanup()
86 xa_destroy(&sdev->mem_xa); in siw_device_cleanup()
/linux/drivers/pci/
H A Ddoe.c687 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 Dpost_act.c74 xa_destroy(&post_act->ids); in mlx5e_tc_post_act_destroy()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_alloc.c180 xa_destroy(&hr_dev->srq_table.xa); in hns_roce_cleanup_bitmap()
/linux/drivers/gpu/drm/xe/
H A Dxe_reg_sr.c35 xa_destroy(&sr->xa); in reg_sr_fini()

1234567