Searched refs:__devices (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/drivers/scsi/
H A Dscsi.c1015 struct list_head *list = (prev ? &prev->siblings : &shost->__devices); __scsi_iterate_devices()
1020 while (list->next != &shost->__devices) { __scsi_iterate_devices()
1166 list_for_each_entry(sdev, &shost->__devices, siblings) { __scsi_device_lookup()
H A Dhosts.c384 INIT_LIST_HEAD(&shost->__devices); scsi_host_alloc()
H A Dscsi_sysfs.c1126 list_for_each_entry(sdev, &shost->__devices, siblings) { __scsi_remove_target()
1257 list_add_tail(&sdev->siblings, &shost->__devices); scsi_sysfs_device_initialize()
H A Dstorvsc_drv.c447 list_for_each_entry(sdev, &host->__devices, siblings) { storvsc_host_scan()
H A Dscsi_scan.c1919 list_for_each_entry(sdev, &shost->__devices, siblings) { scsi_forget_host()
/linux-4.1.27/include/scsi/
H A Dscsi_host.h544 * __devices is protected by the host_lock, but you should
551 struct list_head __devices; member in struct:Scsi_Host
H A Dscsi_device.h377 list_for_each_entry((sdev), &((shost)->__devices), siblings)
/linux-4.1.27/drivers/target/
H A Dtarget_core_pscsi.c535 list_for_each_entry(sd, &sh->__devices, siblings) { pscsi_configure_device()

Completed in 131 milliseconds