Searched defs:Scsi_Host (Results 1 – 2 of 2) sorted by relevance
82780 struct Scsi_Host { struct82781 struct list_head __devices;82782 struct list_head __targets;82783 struct list_head starved_list;82784 spinlock_t default_lock;82785 spinlock_t *host_lock;82786 struct mutex scan_mutex;82787 struct list_head eh_abort_list;82788 struct list_head eh_cmd_q;82789 struct task_struct *ehandler;[all …]
92511 struct Scsi_Host { struct92512 struct list_head __devices;92513 struct list_head __targets;92514 struct list_head starved_list;92515 spinlock_t default_lock;92516 spinlock_t *host_lock;92517 struct mutex scan_mutex;92518 struct list_head eh_abort_list;92519 struct list_head eh_cmd_q;92520 struct task_struct *ehandler;[all …]