Searched refs:nvdimm_namespace (Results 1 – 2 of 2) sorted by relevance
43 struct nvdimm_namespace *ns; in nvdimm_create_namespaces()63 ns = malloc(sizeof(struct nvdimm_namespace), M_NVDIMM, in nvdimm_create_namespaces()88 struct nvdimm_namespace *ns, *next; in nvdimm_destroy_namespaces()
137 struct nvdimm_namespace { struct138 SLIST_ENTRY(nvdimm_namespace) link;148 SLIST_HEAD(, nvdimm_namespace) namespaces; argument