Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Dhpsa.c4348 struct hpsa_scsi_dev_t **currentsd, *this_device, *tmpdevice; in hpsa_update_scsi_devices() local
4355 currentsd = kcalloc(HPSA_MAX_DEVICES, sizeof(*currentsd), GFP_KERNEL); in hpsa_update_scsi_devices()
4362 if (!currentsd || !physdev_list || !logdev_list || in hpsa_update_scsi_devices()
4401 currentsd[i] = kzalloc(sizeof(*currentsd[i]), GFP_KERNEL); in hpsa_update_scsi_devices()
4402 if (!currentsd[i]) { in hpsa_update_scsi_devices()
4460 this_device = currentsd[ncurrent]; in hpsa_update_scsi_devices()
4545 adjust_hpsa_scsi_table(h, currentsd, ncurrent); in hpsa_update_scsi_devices()
4549 kfree(currentsd[i]); in hpsa_update_scsi_devices()
4550 kfree(currentsd); in hpsa_update_scsi_devices()