Home
last modified time | relevance | path

Searched refs:ns_count (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/nvdimm/
H A Dregion.c52 ndrd->ns_count = rc + err; in nd_region_probe()
H A Dnd.h304 int ns_count; member
H A Dregion_devs.c440 rc = sprintf(buf, "%d/%d\n", ndrd->ns_active, ndrd->ns_count); in init_namespaces_show()
/openbmc/qemu/hw/nvme/
H A Dns.c65 static uint64_t ns_count; in nvme_ns_init() local
88 ++ns_count; in nvme_ns_init()
90 ns->params.eui64 = ns_count + NVME_EUI64_DEFAULT; in nvme_ns_init()