Searched refs:completion_work (Results 1 – 2 of 2) sorted by relevance
2389 struct completion_work { struct2396 struct completion_work *completion_work = in w_complete() argument2397 container_of(w, struct completion_work, w); in w_complete()2399 complete(&completion_work->done); in w_complete()2405 struct completion_work completion_work; in drbd_flush_workqueue() local2407 completion_work.w.cb = w_complete; in drbd_flush_workqueue()2408 init_completion(&completion_work.done); in drbd_flush_workqueue()2409 drbd_queue_work(work_queue, &completion_work.w); in drbd_flush_workqueue()2410 wait_for_completion(&completion_work.done); in drbd_flush_workqueue()
191 struct vhost_work completion_work; member376 vhost_vq_work_queue(&svq->vq, &svq->completion_work); in vhost_scsi_release_cmd()553 struct vhost_scsi_virtqueue, completion_work); in vhost_scsi_complete_cmd_work()1980 vhost_work_init(&svq->completion_work, in vhost_scsi_open()