Home
last modified time | relevance | path

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

/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()
220 wait_event_timeout(vgdev->resp_wq, !vgdev->display_info_pending, in virtio_gpu_driver_load()
Dvirtgpu_vq.c583 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_get_display_info_cb()
603 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_get_capset_info_cb()
626 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_capset_cb()
Dvirtgpu_drv.h189 wait_queue_head_t resp_wq; member
Dvirtgpu_ioctl.c516 ret = wait_event_timeout(vgdev->resp_wq, in virtio_gpu_get_caps_ioctl()
/drivers/scsi/libfc/
Dfc_exch.c606 prepare_to_wait(&ep->resp_wq, &wait, TASK_UNINTERRUPTIBLE); in fc_seq_set_resp()
613 finish_wait(&ep->resp_wq, &wait); in fc_seq_set_resp()
744 wake_up(&ep->resp_wq); in fc_invoke_resp()
869 init_waitqueue_head(&ep->resp_wq); in fc_exch_em_alloc()