Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dstorvsc_drv.c498 struct storvsc_scan_work { struct
507 struct storvsc_scan_work *wrk; in storvsc_device_scan() argument
510 wrk = container_of(work, struct storvsc_scan_work, work); in storvsc_device_scan()
553 struct storvsc_scan_work *wrk; in storvsc_remove_lun()
556 wrk = container_of(work, struct storvsc_scan_work, work); in storvsc_remove_lun()
999 struct storvsc_scan_work *wrk; in storvsc_handle_error()
1058 wrk = kmalloc(sizeof(struct storvsc_scan_work), GFP_ATOMIC); in storvsc_handle_error()