Searched defs:Scsi_Host (Results 1 – 1 of 1) sorted by relevance
542 struct Scsi_Host { struct551 struct list_head __devices;552 struct list_head __targets;554 struct scsi_host_cmd_pool *cmd_pool;555 spinlock_t free_list_lock;556 struct list_head free_list; /* backup store of cmd structs */557 struct list_head starved_list;559 spinlock_t default_lock;560 spinlock_t *host_lock;562 struct mutex scan_mutex;/* serialize scanning activity */[all …]