Searched refs:destroy_wq (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/mlx4/ |
| D | mcg.c | 1073 static void _mlx4_ib_mcg_port_cleanup(struct mlx4_ib_demux_ctx *ctx, int destroy_wq) in _mlx4_ib_mcg_port_cleanup() argument 1098 if (destroy_wq) in _mlx4_ib_mcg_port_cleanup() 1116 int destroy_wq; member 1123 _mlx4_ib_mcg_port_cleanup(cw->ctx, cw->destroy_wq); in mcg_clean_task() 1128 void mlx4_ib_mcg_port_cleanup(struct mlx4_ib_demux_ctx *ctx, int destroy_wq) in mlx4_ib_mcg_port_cleanup() argument 1137 if (destroy_wq) { in mlx4_ib_mcg_port_cleanup() 1138 _mlx4_ib_mcg_port_cleanup(ctx, destroy_wq); in mlx4_ib_mcg_port_cleanup() 1150 work->destroy_wq = destroy_wq; in mlx4_ib_mcg_port_cleanup()
|
| D | mlx4_ib.h | 822 void mlx4_ib_mcg_port_cleanup(struct mlx4_ib_demux_ctx *ctx, int destroy_wq);
|
| D | main.c | 2579 .destroy_wq = mlx4_ib_destroy_wq,
|
| /Linux-v5.4/drivers/infiniband/core/ |
| D | uverbs_std_types.c | 337 UAPI_DEF_OBJ_NEEDS_FN(destroy_wq)),
|
| D | device.c | 2603 SET_DEVICE_OP(dev_ops, destroy_wq); in ib_set_device_ops()
|
| D | verbs.c | 2321 wq->device->ops.destroy_wq(wq, udata); in ib_destroy_wq()
|
| D | uverbs_cmd.c | 4019 UAPI_DEF_METHOD_NEEDS_FN(destroy_wq)),
|
| /Linux-v5.4/drivers/nfc/pn533/ |
| D | pn533.c | 2638 goto destroy_wq; in pn533_register_device() 2653 destroy_wq: in pn533_register_device()
|
| /Linux-v5.4/drivers/pci/controller/ |
| D | pci-hyperv.c | 2929 goto destroy_wq; in hv_pci_probe() 3005 destroy_wq: in hv_pci_probe()
|
| /Linux-v5.4/drivers/nvme/host/ |
| D | core.c | 4243 goto destroy_wq; in nvme_core_init() 4276 destroy_wq: in nvme_core_init()
|
| /Linux-v5.4/drivers/infiniband/ulp/srp/ |
| D | ib_srp.c | 4295 goto destroy_wq; in srp_init_module() 4321 destroy_wq: in srp_init_module()
|
| /Linux-v5.4/include/rdma/ |
| D | ib_verbs.h | 2456 void (*destroy_wq)(struct ib_wq *wq, struct ib_udata *udata); member
|
| /Linux-v5.4/drivers/infiniband/hw/mlx5/ |
| D | main.c | 6457 .destroy_wq = mlx5_ib_destroy_wq,
|