Searched defs:virtio_pmem_flush_work (Results 1 – 1 of 1) sorted by relevance
12 struct virtio_pmem_flush_work { struct13 struct work_struct work;14 struct nd_region *nd_region;15 struct bio *bio;258 static void virtio_pmem_flush_work(struct work_struct *work) in virtio_pmem_flush_work() function