Searched defs:nvdimm_bus (Results 1 – 1 of 1) sorted by relevance
121955 struct nvdimm_bus { struct121956 struct nvdimm_bus_descriptor *nd_desc; argument121957 wait_queue_head_t wait;121958 struct list_head list;121959 struct device dev;121960 int id;121961 int probe_active;121962 atomic_t ioctl_active;121963 struct list_head mapping_list;121964 struct mutex reconfig_mutex;[all …]