Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h82465 struct scsi_device { struct
82466 struct Scsi_Host *host;
82467 struct request_queue *request_queue;
82468 struct list_head siblings;
82469 struct list_head same_target_siblings;
82470 atomic_t device_busy;
82471 atomic_t device_blocked;
82472 spinlock_t list_lock;
82473 struct list_head cmd_list;
82474 struct list_head starved_entry;
[all …]
Dvmlinux.h82465 struct scsi_device { struct
82466 struct Scsi_Host *host;
82467 struct request_queue *request_queue;
82468 struct list_head siblings;
82469 struct list_head same_target_siblings;
82470 atomic_t device_busy;
82471 atomic_t device_blocked;
82472 spinlock_t list_lock;
82473 struct list_head cmd_list;
82474 struct list_head starved_entry;
[all …]