| /linux/drivers/infiniband/hw/mlx4/ |
| H A D | mcg.c | 1083 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 D | main.c | 2585 .destroy_wq = mlx4_ib_destroy_wq,
|
| /linux/drivers/virt/nitro_enclaves/ |
| H A D | ne_pci_dev.c | 351 goto destroy_wq; in ne_setup_msix() 356 destroy_wq: in ne_setup_msix()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_device.c | 432 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 D | xe_device_types.h | 520 struct workqueue_struct *destroy_wq; member
|
| H A D | xe_guc_submit.c | 255 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 D | xe_svm.c | 1717 queue_work(xe->destroy_wq, &xpagemap->destroy_work); in xe_pagemap_destroy()
|
| /linux/drivers/md/dm-pcache/ |
| H A D | dm_pcache.c | 302 goto destroy_wq; in dm_pcache_ctr() 319 destroy_wq: in dm_pcache_ctr()
|
| /linux/drivers/infiniband/core/ |
| H A D | uverbs_std_types_wq.c | 192 UAPI_DEF_OBJ_NEEDS_FN(destroy_wq)),
|
| H A D | device.c | 2760 SET_DEVICE_OP(dev_ops, destroy_wq); in ib_set_device_ops()
|
| H A D | verbs.c | 2639 ret = wq->device->ops.destroy_wq(wq, udata); in ib_destroy_wq_user()
|
| H A D | uverbs_cmd.c | 4017 UAPI_DEF_METHOD_NEEDS_FN(destroy_wq)),
|
| /linux/drivers/soc/qcom/ |
| H A D | apr.c | 631 goto destroy_wq; in apr_probe() 649 destroy_wq: in apr_probe()
|
| /linux/drivers/net/can/usb/ |
| H A D | nct6694_canfd.c | 673 goto destroy_wq; in nct6694_canfd_open() 679 destroy_wq: in nct6694_canfd_open()
|
| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptpf_main.c | 345 goto destroy_wq; in cptpf_flr_wq_init() 353 destroy_wq: in cptpf_flr_wq_init()
|
| /linux/drivers/soc/apple/ |
| H A D | rtkit.c | 707 goto destroy_wq; in apple_rtkit_init() 711 destroy_wq: in apple_rtkit_init()
|
| /linux/drivers/pci/controller/ |
| H A D | pci-hyperv.c | 3791 goto destroy_wq; in hv_pci_probe() 3875 destroy_wq: in hv_pci_probe()
|
| /linux/drivers/infiniband/ulp/srp/ |
| H A D | ib_srp.c | 4179 goto destroy_wq; in srp_init_module() 4205 destroy_wq: in srp_init_module()
|
| /linux/drivers/scsi/ |
| H A D | scsi_transport_iscsi.c | 2082 goto destroy_wq; in iscsi_add_session() 2119 destroy_wq: in iscsi_add_session()
|
| /linux/drivers/nvme/host/ |
| H A D | core.c | 5375 goto destroy_wq; in nvme_core_init() 5422 destroy_wq: in nvme_core_init()
|
| /linux/include/rdma/ |
| H A D | ib_verbs.h | 2617 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 D | main.c | 4771 .destroy_wq = mlx5_ib_destroy_wq,
|