Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa.c4352 struct hpsa_scsi_dev_t **currentsd, *this_device, *tmpdevice; in hpsa_update_scsi_devices() local
4359 currentsd = kcalloc(HPSA_MAX_DEVICES, sizeof(*currentsd), GFP_KERNEL); in hpsa_update_scsi_devices()
4366 if (!currentsd || !physdev_list || !logdev_list || in hpsa_update_scsi_devices()
4405 currentsd[i] = kzalloc(sizeof(*currentsd[i]), GFP_KERNEL); in hpsa_update_scsi_devices()
4406 if (!currentsd[i]) { in hpsa_update_scsi_devices()
4465 this_device = currentsd[ncurrent]; in hpsa_update_scsi_devices()
4550 adjust_hpsa_scsi_table(h, currentsd, ncurrent); in hpsa_update_scsi_devices()
4554 kfree(currentsd[ in hpsa_update_scsi_devices()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa.c4352 struct hpsa_scsi_dev_t **currentsd, *this_device, *tmpdevice; in hpsa_update_scsi_devices() local
4358 currentsd = kcalloc(HPSA_MAX_DEVICES, sizeof(*currentsd), GFP_KERNEL); in hpsa_update_scsi_devices()
4365 if (!currentsd || !physdev_list || !logdev_list || in hpsa_update_scsi_devices()
4403 currentsd[i] = kzalloc(sizeof(*currentsd[i]), GFP_KERNEL); in hpsa_update_scsi_devices()
4404 if (!currentsd[i]) { in hpsa_update_scsi_devices()
4462 this_device = currentsd[ncurrent]; in hpsa_update_scsi_devices()
4547 adjust_hpsa_scsi_table(h, currentsd, ncurrent); in hpsa_update_scsi_devices()
4551 kfree(currentsd[ in hpsa_update_scsi_devices()
[all...]

Completed in 16 milliseconds