Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h84211 struct nvme_subsystem { struct
84212 int instance;
84213 struct device dev;
84214 struct kref ref;
84215 struct list_head entry;
84216 struct mutex lock;
84217 struct list_head ctrls;
84218 struct list_head nsheads;
84219 char subnqn[223];
84220 char serial[20];
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h93942 struct nvme_subsystem { struct
93943 int instance;
93944 struct device dev;
93945 struct kref ref;
93946 struct list_head entry;
93947 struct mutex lock;
93948 struct list_head ctrls;
93949 struct list_head nsheads;
93950 char subnqn[223];
93951 char serial[20];
[all …]