Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dscsi.c587 struct list_head *list = (prev ? &prev->siblings : &shost->__devices); in __scsi_iterate_devices()
592 while (list->next != &shost->__devices) { in __scsi_iterate_devices()
738 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_device_lookup()
Dhosts.c398 INIT_LIST_HEAD(&shost->__devices); in scsi_host_alloc()
Dscsi_sysfs.c1433 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_remove_target()
1571 list_add_tail(&sdev->siblings, &shost->__devices); in scsi_sysfs_device_initialize()
Dscsi_scan.c1875 list_for_each_entry(sdev, &shost->__devices, siblings) { in scsi_forget_host()
/Linux-v4.19/include/scsi/
Dscsi_host.h532 struct list_head __devices; member
Dscsi_device.h387 list_for_each_entry((sdev), &((shost)->__devices), siblings)
/Linux-v4.19/drivers/target/
Dtarget_core_pscsi.c512 list_for_each_entry(sd, &sh->__devices, siblings) { in pscsi_configure_device()