Home
last modified time | relevance | path

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

/Linux-v4.19/net/dsa/
Ddsa.c256 static struct workqueue_struct *dsa_owq; variable
260 return queue_work(dsa_owq, work); in dsa_schedule_work()
289 dsa_owq = alloc_ordered_workqueue("dsa_ordered", in dsa_init_module()
291 if (!dsa_owq) in dsa_init_module()
313 destroy_workqueue(dsa_owq); in dsa_cleanup_module()