Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/
H A Dsunvdc.c50 static struct workqueue_struct *sunvdc_wq; variable
366 queue_work(sunvdc_wq, &port->ldc_reset_work); in vdc_event()
1216 sunvdc_wq = alloc_workqueue("sunvdc", 0, 0); in vdc_init()
1217 if (!sunvdc_wq) in vdc_init()
1237 destroy_workqueue(sunvdc_wq); in vdc_init()
1245 destroy_workqueue(sunvdc_wq); in vdc_exit()