Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/
A Dscsi.c602 struct list_head *list = (prev ? &prev->siblings : &shost->__devices); in __scsi_iterate_devices()
607 while (list->next != &shost->__devices) { in __scsi_iterate_devices()
753 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_device_lookup()
A Dhosts.c407 INIT_LIST_HEAD(&shost->__devices); in scsi_host_alloc()
A Dscsi_sysfs.c1512 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_remove_target()
1641 list_add_tail(&sdev->siblings, &shost->__devices); in scsi_sysfs_device_initialize()
A Dscsi_scan.c1977 list_for_each_entry(sdev, &shost->__devices, siblings) { in scsi_forget_host()
/linux-6.3-rc2/include/scsi/
A Dscsi_host.h541 struct list_head __devices; member
A Dscsi_device.h415 list_for_each_entry((sdev), &((shost)->__devices), siblings)
/linux-6.3-rc2/drivers/target/
A Dtarget_core_pscsi.c494 list_for_each_entry(sd, &sh->__devices, siblings) { in pscsi_configure_device()

Completed in 18 milliseconds