Home
last modified time | relevance | path

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

1234

/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/dpll/
H A Ddpll_core.c319 xa_destroy(&dpll->pin_refs); in dpll_device_put()
516 xa_destroy(&pin->dpll_refs); in dpll_pin_alloc()
517 xa_destroy(&pin->parent_refs); in dpll_pin_alloc()
518 xa_destroy(&pin->ref_sync_pins); in dpll_pin_alloc()
598 xa_destroy(&pin->dpll_refs); in dpll_pin_put()
599 xa_destroy(&pin->parent_refs); in dpll_pin_put()
600 xa_destroy(&pin->ref_sync_pins); in dpll_pin_put()
/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/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/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst91 最后,你可以通过调用xa_destroy()删除XArray中的所有条目。如果XArray的条目是指针,你可能希望
182 * xa_destroy()
/linux/tools/testing/radix-tree/
H A Diteration_check_2.c86 xa_destroy(&array); in iteration_test2()
/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/net/ethernet/mellanox/mlx5/core/steering/hws/
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()
/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/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/net/ethernet/mellanox/mlxsw/
H A Dspectrum_port_range.c198 xa_destroy(&pr_core->prr_xa); in mlxsw_sp_port_range_fini()
/linux/rust/kernel/
H A Dxarray.rs75 unsafe { bindings::xa_destroy(self.xa.get()) }; in drop()
/linux/fs/cachefiles/
H A Ddaemon.c167 xa_destroy(&cache->reqs); in cachefiles_flush_reqs()
168 xa_destroy(&cache->ondemand_ids); in cachefiles_flush_reqs()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_irq.c42 xa_destroy(&pf->irq_tracker.entries); in ice_deinit_irq_tracker()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_sync.c56 xa_destroy(array); in pvr_sync_signal_array_cleanup()
/linux/drivers/infiniband/core/
H A Drestrack.c53 xa_destroy(xa); in rdma_restrack_clean()
/linux/drivers/cxl/core/
H A Dcdat.c399 xa_destroy(xa); in discard_dsmas()
733 xa_destroy(xa); in free_perf_xa()
/linux/drivers/platform/x86/intel/pmt/
H A Dtelemetry.c434 xa_destroy(&telem_array); in pmt_telem_exit()
/linux/fs/smb/server/
H A Dconnection.c39 xa_destroy(&conn->sessions); in ksmbd_conn_free()
/linux/drivers/iommu/iommufd/
H A Dviommu.c14 xa_destroy(&viommu->vdevs); in iommufd_viommu_destroy()
/linux/drivers/tee/tstee/
H A Dcore.c87 xa_destroy(&ctxdata->sess_list); in tstee_release()

1234