Home
last modified time | relevance | path

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

123

/Linux-v6.1/lib/
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 …]
/Linux-v6.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-v6.1/drivers/infiniband/hw/erdma/
Derdma_main.c530 xa_destroy(&dev->qp_xa); in erdma_ib_device_add()
531 xa_destroy(&dev->cq_xa); in erdma_ib_device_add()
546 xa_destroy(&dev->qp_xa); in erdma_ib_device_remove()
547 xa_destroy(&dev->cq_xa); in erdma_ib_device_remove()
/Linux-v6.1/arch/arm64/kernel/
Dhibernate.c253 xa_destroy(&mte_pages); in swsusp_mte_free_storage()
312 xa_destroy(&mte_pages); in swsusp_mte_restore_tags()
/Linux-v6.1/tools/testing/radix-tree/
Diteration_check_2.c86 xa_destroy(&array); in iteration_test2()
/Linux-v6.1/Documentation/translations/zh_CN/core-api/
Dxarray.rst91 最后,你可以通过调用xa_destroy()删除XArray中的所有条目。如果XArray的条目是指针,你可能希望
182 * xa_destroy()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_domain.c31 xa_destroy(&dmn->csum_fts_xa); in dr_domain_uninit_csum_recalc_fts()
282 xa_destroy(&dmn->info.caps.vports.vports_caps_xa); in dr_domain_query_fdb_caps()
354 xa_destroy(&dmn->info.caps.vports.vports_caps_xa); in dr_domain_caps_uninit()
/Linux-v6.1/drivers/platform/x86/intel/pmt/
Dtelemetry.c156 xa_destroy(&telem_array); in pmt_telem_exit()
Dcrashlog.c322 xa_destroy(&crashlog_array); in pmt_crashlog_exit()
/Linux-v6.1/drivers/gpu/drm/lima/
Dlima_ctx.c99 xa_destroy(&mgr->handles); in lima_ctx_mgr_fini()
/Linux-v6.1/fs/ksmbd/mgmt/
Dtree_connect.c134 xa_destroy(&sess->tree_conns); in ksmbd_tree_conn_session_logoff()
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_drm_client.c75 xa_destroy(&clients->xarray); in i915_drm_clients_fini()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dpost_act.c74 xa_destroy(&post_act->ids); in mlx5e_tc_post_act_destroy()
/Linux-v6.1/drivers/infiniband/sw/siw/
Dsiw_main.c87 xa_destroy(&sdev->qp_xa); in siw_device_cleanup()
88 xa_destroy(&sdev->mem_xa); in siw_device_cleanup()
/Linux-v6.1/drivers/cxl/core/
Dpmem.c191 xa_destroy(&cxl_nvd->pmem_regions); in cxl_nvdimm_release()
Dport.c508 xa_destroy(&port->endpoints); in cxl_port_release()
509 xa_destroy(&port->dports); in cxl_port_release()
510 xa_destroy(&port->regions); in cxl_port_release()
/Linux-v6.1/fs/cachefiles/
Ddaemon.c164 xa_destroy(&cache->reqs); in cachefiles_flush_reqs()
165 xa_destroy(&cache->ondemand_ids); in cachefiles_flush_reqs()
/Linux-v6.1/arch/x86/kernel/cpu/sgx/
Dvirt.c252 xa_destroy(&vepc->page_array); in sgx_vepc_release()
/Linux-v6.1/drivers/gpu/drm/i915/gem/
Di915_gem_context.c1754 xa_destroy(&file_priv->vm_xa); in i915_gem_context_open()
1755 xa_destroy(&file_priv->context_xa); in i915_gem_context_open()
1756 xa_destroy(&file_priv->proto_context_xa); in i915_gem_context_open()
1771 xa_destroy(&file_priv->proto_context_xa); in i915_gem_context_close()
1776 xa_destroy(&file_priv->context_xa); in i915_gem_context_close()
1780 xa_destroy(&file_priv->vm_xa); in i915_gem_context_close()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dmapping.c259 xa_destroy(&ctx->xarray); in mapping_destroy()
/Linux-v6.1/drivers/infiniband/core/
Drestrack.c99 xa_destroy(xa); in rdma_restrack_clean()
/Linux-v6.1/fs/ksmbd/
Dconnection.c39 xa_destroy(&conn->sessions); in ksmbd_conn_free()
/Linux-v6.1/drivers/cxl/
Dpci.c392 xa_destroy(mbs); in cxl_pci_destroy_doe()
/Linux-v6.1/drivers/pci/
Ddoe.c376 xa_destroy(&doe_mb->prots); in pci_doe_xa_destroy()
/Linux-v6.1/block/
Dgenhd.c1173 xa_destroy(&disk->part_tbl); in disk_release()
1398 xa_destroy(&disk->part_tbl); in __alloc_disk_node()

123