Searched defs:Scsi_Host (Results 1 – 1 of 1) sorted by relevance
537 struct Scsi_Host { struct546 struct list_head __devices;547 struct list_head __targets;549 struct scsi_host_cmd_pool *cmd_pool;550 spinlock_t free_list_lock;551 struct list_head free_list; /* backup store of cmd structs */552 struct list_head starved_list;554 spinlock_t default_lock;555 spinlock_t *host_lock;557 struct mutex scan_mutex;/* serialize scanning activity */[all …]