Home
last modified time | relevance | path

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

/linux/drivers/nvdimm/
H A Dnd_virtio.c12 struct virtio_pmem_flush_work { struct
258 static void virtio_pmem_flush_work(struct work_struct *work) in virtio_pmem_flush_work() function
260 struct virtio_pmem_flush_work *flush; in virtio_pmem_flush_work()
263 flush = container_of(work, struct virtio_pmem_flush_work, work); in virtio_pmem_flush_work()
278 struct virtio_pmem_flush_work *flush; in async_pmem_flush()
287 INIT_WORK(&flush->work, virtio_pmem_flush_work); in async_pmem_flush()