Searched refs:nvdimm_flush (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | pmem.c | 204 ret = nvdimm_flush(nd_region, bio); in pmem_submit_bio() 225 ret = nvdimm_flush(nd_region, bio); in pmem_submit_bio() 581 nvdimm_flush(to_nd_region(dev->parent), NULL); in nd_pmem_remove() 588 nvdimm_flush(to_nd_region(dev->parent), NULL); in nd_pmem_shutdown()
|
H A D | claim.c | 296 ret = nvdimm_flush(to_nd_region(ndns->dev.parent), NULL); in nsio_rw_bytes()
|
H A D | region_devs.c | 264 rc = nvdimm_flush(nd_region, NULL); in deep_flush_store() 1182 int nvdimm_flush(struct nd_region *nd_region, struct bio *bio) in nvdimm_flush() function 1196 * nvdimm_flush - flush any posted write queues between the cpu and pmem media 1226 EXPORT_SYMBOL_GPL(nvdimm_flush); variable
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | pmem.c | 213 ret = nvdimm_flush(nd_region, bio); in pmem_submit_bio() 234 ret = nvdimm_flush(nd_region, bio); in pmem_submit_bio() 665 nvdimm_flush(to_nd_region(dev->parent), NULL); in nd_pmem_remove() 670 nvdimm_flush(to_nd_region(dev->parent), NULL); in nd_pmem_shutdown()
|
H A D | claim.c | 297 ret = nvdimm_flush(to_nd_region(ndns->dev.parent), NULL); in nsio_rw_bytes()
|
H A D | region_devs.c | 286 rc = nvdimm_flush(nd_region, NULL); in deep_flush_store() 1130 int nvdimm_flush(struct nd_region *nd_region, struct bio *bio) in nvdimm_flush() function 1174 EXPORT_SYMBOL_GPL(nvdimm_flush); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | libnvdimm.h | 305 int nvdimm_flush(struct nd_region *nd_region, struct bio *bio);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | libnvdimm.h | 296 int nvdimm_flush(struct nd_region *nd_region, struct bio *bio);
|
/kernel/linux/linux-5.10/drivers/acpi/nfit/ |
H A D | core.c | 2491 nvdimm_flush(nfit_blk->nd_region, NULL); in write_blk_ctl() 2540 nvdimm_flush(nfit_blk->nd_region, NULL); in acpi_nfit_blk_single_io()
|
Completed in 17 milliseconds