Searched refs:storvsc_scan_work (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | storvsc_drv.c | 498 struct storvsc_scan_work { struct 507 struct storvsc_scan_work *wrk; in storvsc_device_scan() 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() 1074 wrk = kmalloc(sizeof(struct storvsc_scan_work), GFP_ATOMIC); in storvsc_handle_error()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | storvsc_drv.c | 462 struct storvsc_scan_work { struct 471 struct storvsc_scan_work *wrk; in storvsc_device_scan() 474 wrk = container_of(work, struct storvsc_scan_work, work); in storvsc_device_scan() 517 struct storvsc_scan_work *wrk; in storvsc_remove_lun() 520 wrk = container_of(work, struct storvsc_scan_work, work); in storvsc_remove_lun() 979 struct storvsc_scan_work *wrk; in storvsc_handle_error() 1059 wrk = kmalloc(sizeof(struct storvsc_scan_work), GFP_ATOMIC); in storvsc_handle_error()
|
Completed in 6 milliseconds