Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h82633 struct scsi_device { struct
82634 struct Scsi_Host *host;
82635 struct request_queue *request_queue;
82636 struct list_head siblings;
82637 struct list_head same_target_siblings;
82638 struct sbitmap budget_map;
82639 atomic_t device_blocked;
82640 atomic_t restarts;
82641 spinlock_t list_lock;
82642 struct list_head starved_entry;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h92364 struct scsi_device { struct
92365 struct Scsi_Host *host;
92366 struct request_queue *request_queue;
92367 struct list_head siblings;
92368 struct list_head same_target_siblings;
92369 struct sbitmap budget_map;
92370 atomic_t device_blocked;
92371 atomic_t restarts;
92372 spinlock_t list_lock;
92373 struct list_head starved_entry;
[all …]