Searched refs:mlxsw_owq (Results 1 – 1 of 1) sorted by relevance
45 static struct workqueue_struct *mlxsw_owq; variable2997 return queue_work(mlxsw_owq, work); in mlxsw_core_schedule_work()3003 flush_workqueue(mlxsw_owq); in mlxsw_core_flush_owq()3085 mlxsw_owq = alloc_ordered_workqueue("%s_ordered", 0, in mlxsw_core_module_init()3087 if (!mlxsw_owq) { in mlxsw_core_module_init()3100 destroy_workqueue(mlxsw_owq); in mlxsw_core_module_exit()
Completed in 12 milliseconds