Lines Matching refs:wqw
1073 struct work_queue_wrapper *wqw =1075 struct scsi_device *sdev = wqw->sdev;1077 kfree(wqw);1096 struct work_queue_wrapper *wqw =1099 if (unlikely(!wqw))1103 kfree(wqw);1109 kfree(wqw);1114 INIT_WORK(&wqw->work, spi_dv_device_work_wrapper);1115 wqw->sdev = sdev;1117 schedule_work(&wqw->work);