Home
last modified time | relevance | path

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

12345

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_domain.c71 xa_destroy(&dmn->csum_fts_xa); in dr_domain_uninit_csum_recalc_fts()
384 xa_destroy(&dmn->info.caps.vports.vports_caps_xa); in dr_domain_query_fdb_caps()
456 xa_destroy(&dmn->info.caps.vports.vports_caps_xa); in dr_domain_caps_uninit()
511 xa_destroy(&dmn->peer_dmn_xa); in mlx5dr_domain_create()
512 xa_destroy(&dmn->definers_xa); in mlx5dr_domain_create()
552 xa_destroy(&dmn->peer_dmn_xa); in mlx5dr_domain_destroy()
553 xa_destroy(&dmn->definers_xa); in mlx5dr_domain_destroy()
/linux-6.12.1/lib/
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()
1303 xa_destroy(xa); in check_find_2()
[all …]
/linux-6.12.1/drivers/accel/ivpu/
Divpu_drv.c677 xa_destroy(&vdev->db_xa); in ivpu_dev_init()
678 xa_destroy(&vdev->submitted_jobs_xa); in ivpu_dev_init()
679 xa_destroy(&vdev->context_xa); in ivpu_dev_init()
714 xa_destroy(&vdev->db_xa); in ivpu_dev_fini()
716 xa_destroy(&vdev->submitted_jobs_xa); in ivpu_dev_fini()
718 xa_destroy(&vdev->context_xa); in ivpu_dev_fini()
/linux-6.12.1/net/devlink/
Dcore.c484 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.12.1/drivers/gpu/drm/tegra/
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-6.12.1/drivers/infiniband/hw/mana/
Ddevice.c147 xa_destroy(&dev->qp_table_wq); in mana_ib_probe()
163 xa_destroy(&dev->qp_table_wq); in mana_ib_remove()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_context.c232 xa_destroy(&ctx->peer_ctx_xa); in mlx5hws_context_open()
244 xa_destroy(&ctx->peer_ctx_xa); in mlx5hws_context_close()
Dmlx5hws_vport.c30 xa_destroy(&ctx->vports.vport_gvmi_xa); in mlx5hws_vport_uninit_vports()
/linux-6.12.1/drivers/dpll/
Ddpll_core.c319 xa_destroy(&dpll->pin_refs); in dpll_device_put()
512 xa_destroy(&pin->dpll_refs); in dpll_pin_alloc()
513 xa_destroy(&pin->parent_refs); in dpll_pin_alloc()
593 xa_destroy(&pin->dpll_refs); in dpll_pin_put()
594 xa_destroy(&pin->parent_refs); in dpll_pin_put()
/linux-6.12.1/drivers/infiniband/hw/erdma/
Derdma_main.c588 xa_destroy(&dev->qp_xa); in erdma_ib_device_add()
589 xa_destroy(&dev->cq_xa); in erdma_ib_device_add()
605 xa_destroy(&dev->qp_xa); in erdma_ib_device_remove()
606 xa_destroy(&dev->cq_xa); in erdma_ib_device_remove()
/linux-6.12.1/arch/arm64/kernel/
Dhibernate.c252 xa_destroy(&mte_pages); in swsusp_mte_free_storage()
311 xa_destroy(&mte_pages); in swsusp_mte_restore_tags()
/linux-6.12.1/tools/testing/radix-tree/
Diteration_check_2.c86 xa_destroy(&array); in iteration_test2()
/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Dxarray.rst91 最后,你可以通过调用xa_destroy()删除XArray中的所有条目。如果XArray的条目是指针,你可能希望
182 * xa_destroy()
/linux-6.12.1/fs/dlm/
Dlockspace.c346 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.12.1/drivers/pci/
Ddoe.c524 xa_destroy(&doe_mb->prots); in pci_doe_create_mb()
542 xa_destroy(&doe_mb->prots); in pci_doe_destroy_mb()
720 xa_destroy(&pdev->doe_mbs); in pci_doe_destroy()
/linux-6.12.1/net/sunrpc/xprtrdma/
Dib_client.c156 xa_destroy(&rd->rd_xa); in rpcrdma_remove_one()
/linux-6.12.1/drivers/gpu/drm/lima/
Dlima_ctx.c100 xa_destroy(&mgr->handles); in lima_ctx_mgr_fini()
/linux-6.12.1/drivers/infiniband/sw/siw/
Dsiw_main.c86 xa_destroy(&sdev->qp_xa); in siw_device_cleanup()
87 xa_destroy(&sdev->mem_xa); in siw_device_cleanup()
/linux-6.12.1/fs/smb/server/mgmt/
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()
Dtree_connect.c171 xa_destroy(&sess->tree_conns); in ksmbd_tree_conn_session_logoff()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dpost_act.c74 xa_destroy(&post_act->ids); in mlx5e_tc_post_act_destroy()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_port_range.c198 xa_destroy(&pr_core->prr_xa); in mlxsw_sp_port_range_fini()
/linux-6.12.1/fs/cachefiles/
Ddaemon.c166 xa_destroy(&cache->reqs); in cachefiles_flush_reqs()
167 xa_destroy(&cache->ondemand_ids); in cachefiles_flush_reqs()
/linux-6.12.1/drivers/gpu/drm/imagination/
Dpvr_sync.c56 xa_destroy(array); in pvr_sync_signal_array_cleanup()
/linux-6.12.1/arch/x86/kernel/cpu/sgx/
Dvirt.c255 xa_destroy(&vepc->page_array); in sgx_vepc_release()

12345