Searched refs:__devices (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi.c | 566 struct list_head *list = (prev ? &prev->siblings : &shost->__devices); in __scsi_iterate_devices() 571 while (list->next != &shost->__devices) { in __scsi_iterate_devices() 717 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_device_lookup()
|
H A D | hosts.c | 393 INIT_LIST_HEAD(&shost->__devices); in scsi_host_alloc()
|
H A D | scsi_sysfs.c | 1522 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_remove_target() 1660 list_add_tail(&sdev->siblings, &shost->__devices); in scsi_sysfs_device_initialize()
|
H A D | scsi_scan.c | 1868 list_for_each_entry(sdev, &shost->__devices, siblings) { in scsi_forget_host()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi.c | 785 struct list_head *list = (prev ? &prev->siblings : &shost->__devices); in __scsi_iterate_devices() 790 while (list->next != &shost->__devices) { in __scsi_iterate_devices() 936 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_device_lookup()
|
H A D | hosts.c | 404 INIT_LIST_HEAD(&shost->__devices); in scsi_host_alloc()
|
H A D | scsi_sysfs.c | 1542 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_remove_target() 1671 list_add_tail(&sdev->siblings, &shost->__devices); in scsi_sysfs_device_initialize()
|
H A D | scsi_scan.c | 2000 list_for_each_entry(sdev, &shost->__devices, siblings) { in scsi_forget_host()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_host.h | 526 * __devices is protected by the host_lock, but you should 533 struct list_head __devices; member
|
H A D | scsi_device.h | 398 list_for_each_entry((sdev), &((shost)->__devices), siblings)
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_host.h | 537 * __devices is protected by the host_lock, but you should 544 struct list_head __devices; member
|
H A D | scsi_device.h | 445 list_for_each_entry((sdev), &((shost)->__devices), siblings)
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_pscsi.c | 499 list_for_each_entry(sd, &sh->__devices, siblings) { in pscsi_configure_device()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_pscsi.c | 494 list_for_each_entry(sd, &sh->__devices, siblings) { in pscsi_configure_device()
|
Completed in 20 milliseconds