Searched refs:flush_wpq (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/include/linux/ |
D | libnvdimm.h | 264 struct resource *flush_wpq, const char *dimm_id, 270 struct resource *flush_wpq) in nvdimm_create() argument 273 cmd_mask, num_flush, flush_wpq, NULL, NULL, NULL); in nvdimm_create()
|
/linux-6.6.21/drivers/nvdimm/ |
D | nd.h | 307 void __iomem *flush_wpq[]; member 316 return ndrd->flush_wpq[dimm * num + (hint & mask)]; in ndrd_get_flush_wpq() 325 ndrd->flush_wpq[dimm * num + (hint & mask)] = flush; in ndrd_set_flush_wpq()
|
D | nd-core.h | 38 struct resource *flush_wpq; member
|
D | dimm_devs.c | 585 struct resource *flush_wpq, const char *dimm_id, in __nvdimm_create() argument 606 nvdimm->flush_wpq = flush_wpq; in __nvdimm_create()
|
D | region_devs.c | 34 struct resource *res = &nvdimm->flush_wpq[i]; in nvdimm_map_flush() 40 struct resource *res_j = &nvdimm->flush_wpq[j]; in nvdimm_map_flush()
|
/linux-6.6.21/drivers/acpi/nfit/ |
D | nfit.h | 223 struct resource *flush_wpq; member
|
D | core.c | 1083 nfit_mem->flush_wpq = devm_kcalloc(acpi_desc->dev, in __nfit_mem_init() 1087 if (!nfit_mem->flush_wpq) in __nfit_mem_init() 1090 struct resource *res = &nfit_mem->flush_wpq[i]; in __nfit_mem_init() 2051 nfit_mem->flush_wpq, &nfit_mem->id[0], in acpi_nfit_register_dimms()
|