Searched refs:mlxsw_wq (Results 1 – 1 of 1) sorted by relevance
41 static struct workqueue_struct *mlxsw_wq; variable1815 return queue_delayed_work(mlxsw_wq, dwork, delay); in mlxsw_core_schedule_dw()1851 mlxsw_wq = alloc_workqueue(mlxsw_core_driver_name, WQ_MEM_RECLAIM, 0); in mlxsw_core_module_init()1852 if (!mlxsw_wq) in mlxsw_core_module_init()1863 destroy_workqueue(mlxsw_wq); in mlxsw_core_module_init()1870 destroy_workqueue(mlxsw_wq); in mlxsw_core_module_exit()