Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c112 ret = wait_event_timeout(vgdev->resp_wq, in virtio_gpu_get_capsets()
158 init_waitqueue_head(&vgdev->resp_wq); in virtio_gpu_driver_load()
223 wait_event_timeout(vgdev->resp_wq, !vgdev->display_info_pending, in virtio_gpu_driver_load()
Dvirtgpu_vq.c553 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_get_display_info_cb()
573 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_get_capset_info_cb()
596 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_capset_cb()
Dvirtgpu_drv.h186 wait_queue_head_t resp_wq; member
Dvirtgpu_ioctl.c526 ret = wait_event_timeout(vgdev->resp_wq, in virtio_gpu_get_caps_ioctl()
/Linux-v4.19/drivers/scsi/libfc/
Dfc_exch.c614 prepare_to_wait(&ep->resp_wq, &wait, TASK_UNINTERRUPTIBLE); in fc_seq_set_resp()
621 finish_wait(&ep->resp_wq, &wait); in fc_seq_set_resp()
763 wake_up(&ep->resp_wq); in fc_invoke_resp()
892 init_waitqueue_head(&ep->resp_wq); in fc_exch_em_alloc()
/Linux-v4.19/include/scsi/
Dlibfc.h460 wait_queue_head_t resp_wq; member