Home
last modified time | relevance | path

Searched refs:dsa_owq (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/dsa/
H A Ddsa.c37 static struct workqueue_struct *dsa_owq; variable
44 return queue_work(dsa_owq, work); in dsa_schedule_work()
49 flush_workqueue(dsa_owq); in dsa_flush_workqueue()
1746 dsa_owq = alloc_ordered_workqueue("dsa_ordered", in dsa_init_module()
1748 if (!dsa_owq) in dsa_init_module()
1769 destroy_workqueue(dsa_owq); in dsa_init_module()
1783 destroy_workqueue(dsa_owq); in dsa_cleanup_module()