Searched refs:mlxsw_wq (Results 1 – 1 of 1) sorted by relevance
44 static struct workqueue_struct *mlxsw_wq; variable2975 return queue_delayed_work(mlxsw_wq, dwork, delay); in mlxsw_core_schedule_dw()3066 mlxsw_wq = alloc_workqueue(mlxsw_core_driver_name, 0, 0); in mlxsw_core_module_init()3067 if (!mlxsw_wq) in mlxsw_core_module_init()3078 destroy_workqueue(mlxsw_wq); in mlxsw_core_module_init()3085 destroy_workqueue(mlxsw_wq); in mlxsw_core_module_exit()