Home
last modified time | relevance | path

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

/drivers/scsi/libfc/
Dfc_rport.c65 static struct workqueue_struct *rport_event_queue; variable
486 !queue_work(rport_event_queue, &rdata->event_work)) in fc_rport_enter_delete()
552 !queue_work(rport_event_queue, &rdata->event_work)) in fc_rport_enter_ready()
2170 flush_workqueue(rport_event_queue); in fc_rport_flush_queue()
2252 rport_event_queue = create_singlethread_workqueue("fc_rport_eq"); in fc_setup_rport()
2253 if (!rport_event_queue) in fc_setup_rport()
2263 destroy_workqueue(rport_event_queue); in fc_destroy_rport()