Searched refs:destroy_wq (Results 1 – 15 of 15) sorted by relevance
/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()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_device.c | 292 if (xe->destroy_wq) in xe_device_destroy() 293 destroy_workqueue(xe->destroy_wq); in xe_device_destroy() 360 xe->destroy_wq = alloc_workqueue("xe-destroy-wq", 0, 0); in xe_device_create() 362 !xe->preempt_fence_wq || !xe->destroy_wq) { in xe_device_create()
|
H A D | xe_device_types.h | 429 struct workqueue_struct *destroy_wq; member
|
/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/infiniband/core/ |
H A D | uverbs_std_types_wq.c | 192 UAPI_DEF_OBJ_NEEDS_FN(destroy_wq)),
|
H A D | verbs.c | 2578 ret = wq->device->ops.destroy_wq(wq, udata); in ib_destroy_wq_user()
|
H A D | uverbs_cmd.c | 3987 UAPI_DEF_METHOD_NEEDS_FN(destroy_wq)),
|
/linux/drivers/infiniband/hw/mana/ |
H A D | device.c | 33 .destroy_wq = mana_ib_destroy_wq,
|
/linux/drivers/accel/amdxdna/ |
H A D | amdxdna_mailbox.c | 503 goto destroy_wq; in xdna_mailbox_create_channel() 511 destroy_wq: in xdna_mailbox_create_channel()
|
/linux/drivers/soc/qcom/ |
H A D | apr.c | 631 goto destroy_wq; in apr_probe() 649 destroy_wq: in apr_probe()
|
/linux/drivers/soc/apple/ |
H A D | rtkit.c | 679 goto destroy_wq; in apple_rtkit_init() 683 destroy_wq: in apple_rtkit_init()
|
/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/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/infiniband/hw/mlx5/ |
H A D | main.c | 4288 .destroy_wq = mlx5_ib_destroy_wq,
|