Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/
Dsunvdc.c51 static struct workqueue_struct *sunvdc_wq; variable
363 queue_work(sunvdc_wq, &port->ldc_reset_work); in vdc_event()
1228 sunvdc_wq = alloc_workqueue("sunvdc", 0, 0); in vdc_init()
1229 if (!sunvdc_wq) in vdc_init()
1249 destroy_workqueue(sunvdc_wq); in vdc_init()
1257 destroy_workqueue(sunvdc_wq); in vdc_exit()