Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/libfc/
Dfc_rport.c77 static struct workqueue_struct *rport_event_queue; variable
496 !queue_work(rport_event_queue, &rdata->event_work)) in fc_rport_enter_delete()
562 !queue_work(rport_event_queue, &rdata->event_work)) in fc_rport_enter_ready()
2172 flush_workqueue(rport_event_queue); in fc_rport_flush_queue()
2254 rport_event_queue = create_singlethread_workqueue("fc_rport_eq"); in fc_setup_rport()
2255 if (!rport_event_queue) in fc_setup_rport()
2265 destroy_workqueue(rport_event_queue); in fc_destroy_rport()