Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/block/
Dsunvdc.c51 static struct workqueue_struct *sunvdc_wq; variable
364 queue_work(sunvdc_wq, &port->ldc_reset_work); in vdc_event()
1206 sunvdc_wq = alloc_workqueue("sunvdc", 0, 0); in vdc_init()
1207 if (!sunvdc_wq) in vdc_init()
1227 destroy_workqueue(sunvdc_wq); in vdc_init()
1235 destroy_workqueue(sunvdc_wq); in vdc_exit()