Home
last modified time | relevance | path

Searched refs:destroy_wq (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/infiniband/hw/mlx4/
H A Dmcg.c1083 static void _mlx4_ib_mcg_port_cleanup(struct mlx4_ib_demux_ctx *ctx, int destroy_wq) in _mlx4_ib_mcg_port_cleanup() argument
1108 if (destroy_wq) in _mlx4_ib_mcg_port_cleanup()
1126 int destroy_wq; member
1133 _mlx4_ib_mcg_port_cleanup(cw->ctx, cw->destroy_wq); in mcg_clean_task()
1138 void mlx4_ib_mcg_port_cleanup(struct mlx4_ib_demux_ctx *ctx, int destroy_wq) in mlx4_ib_mcg_port_cleanup() argument
1147 if (destroy_wq) { in mlx4_ib_mcg_port_cleanup()
1148 _mlx4_ib_mcg_port_cleanup(ctx, destroy_wq); in mlx4_ib_mcg_port_cleanup()
1160 work->destroy_wq = destroy_wq; in mlx4_ib_mcg_port_cleanup()
H A Dmain.c2585 .destroy_wq = mlx4_ib_destroy_wq,
/linux/drivers/virt/nitro_enclaves/
H A Dne_pci_dev.c351 goto destroy_wq; in ne_setup_msix()
356 destroy_wq: in ne_setup_msix()
/linux/drivers/gpu/drm/xe/
H A Dxe_device.c432 if (xe->destroy_wq) in xe_device_destroy()
433 destroy_workqueue(xe->destroy_wq); in xe_device_destroy()
512 xe->destroy_wq = alloc_workqueue("xe-destroy-wq", 0, 0); in xe_device_create()
514 !xe->preempt_fence_wq || !xe->destroy_wq) { in xe_device_create()
H A Dxe_device_types.h520 struct workqueue_struct *destroy_wq; member
H A Dxe_guc_submit.c255 drain_workqueue(xe->destroy_wq); in guc_submit_sw_fini()
1686 queue_work(xe->destroy_wq, &q->guc->destroy_async); in guc_exec_queue_destroy_async()
H A Dxe_svm.c1717 queue_work(xe->destroy_wq, &xpagemap->destroy_work); in xe_pagemap_destroy()
/linux/drivers/md/dm-pcache/
H A Ddm_pcache.c302 goto destroy_wq; in dm_pcache_ctr()
319 destroy_wq: in dm_pcache_ctr()
/linux/drivers/infiniband/core/
H A Duverbs_std_types_wq.c192 UAPI_DEF_OBJ_NEEDS_FN(destroy_wq)),
H A Ddevice.c2760 SET_DEVICE_OP(dev_ops, destroy_wq); in ib_set_device_ops()
H A Dverbs.c2639 ret = wq->device->ops.destroy_wq(wq, udata); in ib_destroy_wq_user()
H A Duverbs_cmd.c4017 UAPI_DEF_METHOD_NEEDS_FN(destroy_wq)),
/linux/drivers/soc/qcom/
H A Dapr.c631 goto destroy_wq; in apr_probe()
649 destroy_wq: in apr_probe()
/linux/drivers/net/can/usb/
H A Dnct6694_canfd.c673 goto destroy_wq; in nct6694_canfd_open()
679 destroy_wq: in nct6694_canfd_open()
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_main.c345 goto destroy_wq; in cptpf_flr_wq_init()
353 destroy_wq: in cptpf_flr_wq_init()
/linux/drivers/soc/apple/
H A Drtkit.c707 goto destroy_wq; in apple_rtkit_init()
711 destroy_wq: in apple_rtkit_init()
/linux/drivers/pci/controller/
H A Dpci-hyperv.c3791 goto destroy_wq; in hv_pci_probe()
3875 destroy_wq: in hv_pci_probe()
/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c4179 goto destroy_wq; in srp_init_module()
4205 destroy_wq: in srp_init_module()
/linux/drivers/scsi/
H A Dscsi_transport_iscsi.c2082 goto destroy_wq; in iscsi_add_session()
2119 destroy_wq: in iscsi_add_session()
/linux/drivers/nvme/host/
H A Dcore.c5375 goto destroy_wq; in nvme_core_init()
5422 destroy_wq: in nvme_core_init()
/linux/include/rdma/
H A Dib_verbs.h2617 int (*destroy_wq)(struct ib_wq *wq, struct ib_udata *udata);
2590 int (*destroy_wq)(struct ib_wq *wq, struct ib_udata *udata); global() member
/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c4771 .destroy_wq = mlx5_ib_destroy_wq,