Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dstorvsc_drv.c500 struct storvsc_scan_work { struct
509 struct storvsc_scan_work *wrk; in storvsc_device_scan() argument
512 wrk = container_of(work, struct storvsc_scan_work, work); in storvsc_device_scan()
555 struct storvsc_scan_work *wrk; in storvsc_remove_lun()
558 wrk = container_of(work, struct storvsc_scan_work, work); in storvsc_remove_lun()
929 struct storvsc_scan_work *wrk; in storvsc_handle_error()
989 wrk = kmalloc(sizeof(struct storvsc_scan_work), GFP_ATOMIC); in storvsc_handle_error()