Searched refs:destroy_workqueue (Results 1 – 25 of 27) sorted by relevance
12
197 destroy_workqueue(catas_wq); in mthca_catas_cleanup()
65 extern void destroy_workqueue(struct workqueue_struct *);
765 destroy_workqueue(ib_wq); in ib_core_init()774 destroy_workqueue(ib_wq); in ib_core_cleanup()
905 destroy_workqueue(mcast_wq); in mcast_init()913 destroy_workqueue(mcast_wq); in mcast_cleanup()
571 destroy_workqueue(addr_wq); in addr_cleanup()
1034 destroy_workqueue(iwcm_wq); in iw_cm_cleanup()
3724 destroy_workqueue(cma_free_wq); in cma_init()3726 destroy_workqueue(cma_wq); in cma_init()3737 destroy_workqueue(cma_free_wq); in cma_cleanup()3738 destroy_workqueue(cma_wq); in cma_cleanup()
355 destroy_workqueue(tf->workq); in tf_free()3509 destroy_workqueue(port_priv->wq); in ib_mad_port_open()3550 destroy_workqueue(port_priv->wq); in ib_mad_port_close()
90 #ifdef destroy_workqueue91 #undef destroy_workqueue
753 #define destroy_workqueue(wq_addr) ({ \ macro759 destroy_workqueue(wq_addr); \
154 destroy_workqueue(mdev->workqueue); in mlx4_en_remove()
2231 destroy_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_init()2311 destroy_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_cleanup()
3851 destroy_workqueue(mlx4_wq); in mlx4_init()3862 destroy_workqueue(mlx4_wq); in mlx4_cleanup()
163 destroy_workqueue(mdev->workqueue); in mlx4_en_remove()
2230 destroy_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_init()2310 destroy_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_cleanup()
3783 destroy_workqueue(mlx4_wq); in mlx4_init()3794 destroy_workqueue(mlx4_wq); in mlx4_cleanup()
616 destroy_workqueue(dev->sriov.alias_guid.ports_guid[i].wq); in mlx4_ib_destroy_alias_guid_service()692 destroy_workqueue(dev->sriov.alias_guid.ports_guid[i].wq); in mlx4_ib_init_alias_guid_service()
1100 destroy_workqueue(ctx->mcg_wq); in _mlx4_ib_mcg_port_cleanup()1259 destroy_workqueue(clean_wq); in mlx4_ib_mcg_destroy()
2182 destroy_workqueue(ctx->wq); in mlx4_ib_alloc_demux_ctx()2236 destroy_workqueue(ctx->ud_wq); in mlx4_ib_free_demux_ctx()2237 destroy_workqueue(ctx->wq); in mlx4_ib_free_demux_ctx()
2857 destroy_workqueue(wq); in mlx4_ib_init()2865 destroy_workqueue(wq); in mlx4_ib_cleanup()
1113 destroy_workqueue(mlx5_core_wq); in init()1122 destroy_workqueue(mlx5_core_wq); in cleanup()
493 destroy_workqueue(dev->priv.pg_wq); in mlx5_pagealloc_stop()
1476 destroy_workqueue(cmd->wq); in mlx5_cmd_cleanup()
1237 destroy_workqueue(ipoib_workqueue); in ipoib_init_module()1251 destroy_workqueue(ipoib_workqueue); in ipoib_cleanup_module()
1101 destroy_workqueue(struct workqueue_struct *wq) in destroy_workqueue() function