Searched refs:completion_work (Results 1 – 2 of 2) sorted by relevance
2351 struct completion_work { struct2358 struct completion_work *completion_work = in w_complete() local2359 container_of(w, struct completion_work, w); in w_complete()2361 complete(&completion_work->done); in w_complete()2367 struct completion_work completion_work; in drbd_flush_workqueue() local2369 completion_work.w.cb = w_complete; in drbd_flush_workqueue()2370 init_completion(&completion_work.done); in drbd_flush_workqueue()2371 drbd_queue_work(work_queue, &completion_work.w); in drbd_flush_workqueue()2372 wait_for_completion(&completion_work.done); in drbd_flush_workqueue()
235 struct vhost_work completion_work; member496 if (!vhost_vq_work_queue(&svq->vq, &svq->completion_work)) in vhost_scsi_release_cmd()691 struct vhost_scsi_virtqueue, completion_work); in vhost_scsi_complete_cmd_work()2329 vhost_work_init(&svq->completion_work, in vhost_scsi_open()