Searched refs:mlxsw_wq (Results 1 – 1 of 1) sorted by relevance
41 static struct workqueue_struct *mlxsw_wq; variable2077 return queue_delayed_work(mlxsw_wq, dwork, delay); in mlxsw_core_schedule_dw()2174 mlxsw_wq = alloc_workqueue(mlxsw_core_driver_name, 0, 0); in mlxsw_core_module_init()2175 if (!mlxsw_wq) in mlxsw_core_module_init()2186 destroy_workqueue(mlxsw_wq); in mlxsw_core_module_init()2193 destroy_workqueue(mlxsw_wq); in mlxsw_core_module_exit()