Searched refs:currentsd (Results 1 – 1 of 1) sorted by relevance
4338 struct hpsa_scsi_dev_t **currentsd, *this_device, *tmpdevice; in hpsa_update_scsi_devices() local4344 currentsd = kzalloc_objs(*currentsd, HPSA_MAX_DEVICES); in hpsa_update_scsi_devices()4351 if (!currentsd || !physdev_list || !logdev_list || in hpsa_update_scsi_devices()4389 currentsd[i] = kzalloc_obj(*currentsd[i]); in hpsa_update_scsi_devices()4390 if (!currentsd[i]) { in hpsa_update_scsi_devices()4448 this_device = currentsd[ncurrent]; in hpsa_update_scsi_devices()4533 adjust_hpsa_scsi_table(h, currentsd, ncurrent); in hpsa_update_scsi_devices()4537 kfree(currentsd[i]); in hpsa_update_scsi_devices()4538 kfree(currentsd); in hpsa_update_scsi_devices()