Home
last modified time | relevance | path

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

1234

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
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()
554 xa_destroy(&dmn->peer_dmn_xa); in mlx5dr_domain_destroy()
555 xa_destroy(&dmn->definers_xa); in mlx5dr_domain_destroy()
/openbmc/linux/lib/
H A Dtest_xarray.c289 xa_destroy(xa); in check_xa_mark_2()
309 xa_destroy(xa); in check_xa_mark_3()
489 xa_destroy(xa); in check_reserve()
593 xa_destroy(xa); in check_multi_store_3()
701 xa_destroy(xa); in check_xa_alloc_1()
725 xa_destroy(xa); in check_xa_alloc_1()
741 xa_destroy(xa); in check_xa_alloc_1()
771 xa_destroy(xa); in check_xa_alloc_2()
800 xa_destroy(xa); in check_xa_alloc_2()
1070 xa_destroy(xa); in check_find_2()
[all …]
/openbmc/linux/net/devlink/
H A Dcore.c264 xa_destroy(&devlink->snapshot_ids); in devlink_free()
265 xa_destroy(&devlink->params); in devlink_free()
266 xa_destroy(&devlink->ports); in devlink_free()
/openbmc/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()
/openbmc/linux/drivers/infiniband/hw/erdma/
H A Derdma_main.c554 xa_destroy(&dev->qp_xa); in erdma_ib_device_add()
555 xa_destroy(&dev->cq_xa); in erdma_ib_device_add()
571 xa_destroy(&dev->qp_xa); in erdma_ib_device_remove()
572 xa_destroy(&dev->cq_xa); in erdma_ib_device_remove()
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_drv.c615 xa_destroy(&vdev->submitted_jobs_xa); in ivpu_dev_init()
616 xa_destroy(&vdev->context_xa); in ivpu_dev_init()
634 xa_destroy(&vdev->submitted_jobs_xa); in ivpu_dev_fini()
636 xa_destroy(&vdev->context_xa); in ivpu_dev_fini()
/openbmc/linux/arch/arm64/kernel/
H A Dhibernate.c252 xa_destroy(&mte_pages); in swsusp_mte_free_storage()
311 xa_destroy(&mte_pages); in swsusp_mte_restore_tags()
/openbmc/linux/tools/testing/radix-tree/
H A Diteration_check_2.c86 xa_destroy(&array); in iteration_test2()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst91 最后,你可以通过调用xa_destroy()删除XArray中的所有条目。如果XArray的条目是指针,你可能希望
182 * xa_destroy()
/openbmc/linux/drivers/pci/
H A Ddoe.c518 xa_destroy(&doe_mb->prots); in pci_doe_create_mb()
536 xa_destroy(&doe_mb->prots); in pci_doe_destroy_mb()
714 xa_destroy(&pdev->doe_mbs); in pci_doe_destroy()
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_ctx.c99 xa_destroy(&mgr->handles); in lima_ctx_mgr_fini()
/openbmc/linux/drivers/platform/x86/intel/pmt/
H A Dtelemetry.c156 xa_destroy(&telem_array); in pmt_telem_exit()
H A Dcrashlog.c322 xa_destroy(&crashlog_array); in pmt_crashlog_exit()
/openbmc/linux/fs/smb/server/mgmt/
H A Duser_session.c40 xa_destroy(&sess->ksmbd_chann_list); in free_channel_list()
67 xa_destroy(&sess->rpc_handle_list); in ksmbd_session_rpc_clear_list()
H A Dtree_connect.c171 xa_destroy(&sess->tree_conns); in ksmbd_tree_conn_session_logoff()
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_main.c86 xa_destroy(&sdev->qp_xa); in siw_device_cleanup()
87 xa_destroy(&sdev->mem_xa); in siw_device_cleanup()
/openbmc/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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_port_range.c198 xa_destroy(&pr_core->prr_xa); in mlxsw_sp_port_range_fini()
/openbmc/linux/fs/cachefiles/
H A Ddaemon.c166 xa_destroy(&cache->reqs); in cachefiles_flush_reqs()
167 xa_destroy(&cache->ondemand_ids); in cachefiles_flush_reqs()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c1762 xa_destroy(&file_priv->vm_xa); in i915_gem_context_open()
1763 xa_destroy(&file_priv->context_xa); in i915_gem_context_open()
1764 xa_destroy(&file_priv->proto_context_xa); in i915_gem_context_open()
1779 xa_destroy(&file_priv->proto_context_xa); in i915_gem_context_close()
1784 xa_destroy(&file_priv->context_xa); in i915_gem_context_close()
1788 xa_destroy(&file_priv->vm_xa); in i915_gem_context_close()
/openbmc/linux/drivers/infiniband/core/
H A Drestrack.c53 xa_destroy(xa); in rdma_restrack_clean()
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dvirt.c255 xa_destroy(&vepc->page_array); in sgx_vepc_release()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_irq.c29 xa_destroy(&pf->irq_tracker.entries); in ice_deinit_irq_tracker()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmapping.c259 xa_destroy(&ctx->xarray); in mapping_destroy()
/openbmc/linux/drivers/block/
H A Dbrd.c117 xa_destroy(&brd->brd_pages); in brd_free_pages()

1234