Searched refs:storvsc_scan_work (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/
H A Dstorvsc_drv.c399 struct storvsc_scan_work { struct
407 struct storvsc_scan_work *wrk; storvsc_device_scan()
411 wrk = container_of(work, struct storvsc_scan_work, work); storvsc_device_scan()
426 struct storvsc_scan_work *wrk; storvsc_host_scan()
431 wrk = container_of(work, struct storvsc_scan_work, work); storvsc_host_scan()
465 struct storvsc_scan_work *wrk; storvsc_remove_lun()
468 wrk = container_of(work, struct storvsc_scan_work, work); storvsc_remove_lun()
1037 struct storvsc_scan_work *wrk; storvsc_handle_error()
1087 wrk = kmalloc(sizeof(struct storvsc_scan_work), GFP_ATOMIC); storvsc_handle_error()
1214 struct storvsc_scan_work *work; storvsc_on_receive()
1225 work = kmalloc(sizeof(struct storvsc_scan_work), GFP_ATOMIC); storvsc_on_receive()

Completed in 36 milliseconds