Searched refs:__devices (Results 1 – 6 of 6) sorted by relevance
827 struct list_head *list = (prev ? &prev->siblings : &shost->__devices); in __scsi_iterate_devices()832 while (list->next != &shost->__devices) { in __scsi_iterate_devices()981 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_device_lookup()
418 INIT_LIST_HEAD(&shost->__devices); in scsi_host_alloc()
1497 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_remove_target()1627 list_add_tail(&sdev->siblings, &shost->__devices); in scsi_sysfs_device_initialize()
2098 list_for_each_entry(sdev, &shost->__devices, siblings) { in scsi_forget_host()
563 struct list_head __devices; member
459 list_for_each_entry((sdev), &((shost)->__devices), siblings)