Searched refs:completion_work (Results 1 – 2 of 2) sorted by relevance
2375 struct completion_work { struct2382 struct completion_work *completion_work = in w_complete() argument2383 container_of(w, struct completion_work, w); in w_complete()2385 complete(&completion_work->done); in w_complete()2391 struct completion_work completion_work; in drbd_flush_workqueue() local2393 completion_work.w.cb = w_complete; in drbd_flush_workqueue()2394 init_completion(&completion_work.done); in drbd_flush_workqueue()2395 drbd_queue_work(work_queue, &completion_work.w); in drbd_flush_workqueue()2396 wait_for_completion(&completion_work.done); in drbd_flush_workqueue()
191 struct vhost_work completion_work; member386 if (!vhost_vq_work_queue(&svq->vq, &svq->completion_work)) in vhost_scsi_release_cmd()564 struct vhost_scsi_virtqueue, completion_work); in vhost_scsi_complete_cmd_work()1991 vhost_work_init(&svq->completion_work, in vhost_scsi_open()