Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h84826 struct nvme_ns_head { struct
84827 struct list_head list;
84828 struct srcu_struct srcu;
84829 struct nvme_subsystem *subsys;
84830 unsigned int ns_id;
84831 struct nvme_ns_ids ids;
84832 struct list_head entry;
84833 struct kref ref;
84834 bool shared;
84835 int instance;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h94557 struct nvme_ns_head { struct
94558 struct list_head list;
94559 struct srcu_struct srcu;
94560 struct nvme_subsystem *subsys;
94561 unsigned int ns_id;
94562 struct nvme_ns_ids ids;
94563 struct list_head entry;
94564 struct kref ref;
94565 bool shared;
94566 int instance;
[all …]