Searched refs:__devices (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/drivers/scsi/ |
| D | scsi.c | 567 struct list_head *list = (prev ? &prev->siblings : &shost->__devices); in __scsi_iterate_devices() 572 while (list->next != &shost->__devices) { in __scsi_iterate_devices() 718 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_device_lookup()
|
| D | hosts.c | 389 INIT_LIST_HEAD(&shost->__devices); in scsi_host_alloc()
|
| D | scsi_sysfs.c | 1514 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_remove_target() 1652 list_add_tail(&sdev->siblings, &shost->__devices); in scsi_sysfs_device_initialize()
|
| D | scsi_scan.c | 1895 list_for_each_entry(sdev, &shost->__devices, siblings) { in scsi_forget_host()
|
| /Linux-v5.15/include/scsi/ |
| D | scsi_host.h | 549 struct list_head __devices; member
|
| D | scsi_device.h | 405 list_for_each_entry((sdev), &((shost)->__devices), siblings)
|
| /Linux-v5.15/drivers/target/ |
| D | target_core_pscsi.c | 497 list_for_each_entry(sd, &sh->__devices, siblings) { in pscsi_configure_device()
|