Home
last modified time | relevance | path

Searched defs:Scsi_Host (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/scsi/
Dscsi_host.h535 struct Scsi_Host { struct
544 struct list_head __devices;
545 struct list_head __targets;
547 struct list_head starved_list;
549 spinlock_t default_lock;
550 spinlock_t *host_lock;
552 struct mutex scan_mutex;/* serialize scanning activity */
554 struct list_head eh_abort_list;
555 struct list_head eh_cmd_q;
556 struct task_struct * ehandler; /* Error recovery thread. */
[all …]
/kernel/linux/linux-5.10/include/scsi/
Dscsi_host.h524 struct Scsi_Host { struct
533 struct list_head __devices;
534 struct list_head __targets;
536 struct list_head starved_list;
538 spinlock_t default_lock;
539 spinlock_t *host_lock;
541 struct mutex scan_mutex;/* serialize scanning activity */
543 struct list_head eh_cmd_q;
544 struct task_struct * ehandler; /* Error recovery thread. */
545 struct completion * eh_action; /* Wait for specific actions on the
[all …]