Home
last modified time | relevance | path

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

/linux-6.1.9/net/dsa/
Ddsa.c332 static struct workqueue_struct *dsa_owq; variable
336 return queue_work(dsa_owq, work); in dsa_schedule_work()
341 flush_workqueue(dsa_owq); in dsa_flush_workqueue()
525 dsa_owq = alloc_ordered_workqueue("dsa_ordered", in dsa_init_module()
527 if (!dsa_owq) in dsa_init_module()
550 destroy_workqueue(dsa_owq); in dsa_init_module()
563 destroy_workqueue(dsa_owq); in dsa_cleanup_module()