rport_event_queue   65 drivers/scsi/libfc/fc_rport.c static struct workqueue_struct *rport_event_queue;
rport_event_queue  486 drivers/scsi/libfc/fc_rport.c 	    !queue_work(rport_event_queue, &rdata->event_work))
rport_event_queue  552 drivers/scsi/libfc/fc_rport.c 	    !queue_work(rport_event_queue, &rdata->event_work))
rport_event_queue 2176 drivers/scsi/libfc/fc_rport.c 	flush_workqueue(rport_event_queue);
rport_event_queue 2258 drivers/scsi/libfc/fc_rport.c 	rport_event_queue = create_singlethread_workqueue("fc_rport_eq");
rport_event_queue 2259 drivers/scsi/libfc/fc_rport.c 	if (!rport_event_queue)
rport_event_queue 2269 drivers/scsi/libfc/fc_rport.c 	destroy_workqueue(rport_event_queue);