Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c95 ret = wait_event_timeout(vgdev->resp_wq, in virtio_gpu_get_capsets()
139 init_waitqueue_head(&vgdev->resp_wq); in virtio_gpu_init()
208 wait_event_timeout(vgdev->resp_wq, !vgdev->display_info_pending, in virtio_gpu_init()
Dvirtgpu_vq.c559 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_get_display_info_cb()
579 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_get_capset_info_cb()
604 wake_up_all(&vgdev->resp_wq); in virtio_gpu_cmd_capset_cb()
643 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_get_edid_cb()
Dvirtgpu_drv.h194 wait_queue_head_t resp_wq; member
Dvirtgpu_ioctl.c540 ret = wait_event_timeout(vgdev->resp_wq, in virtio_gpu_get_caps_ioctl()
/Linux-v5.4/drivers/scsi/libfc/
Dfc_exch.c602 prepare_to_wait(&ep->resp_wq, &wait, TASK_UNINTERRUPTIBLE); in fc_seq_set_resp()
609 finish_wait(&ep->resp_wq, &wait); in fc_seq_set_resp()
751 wake_up(&ep->resp_wq); in fc_invoke_resp()
880 init_waitqueue_head(&ep->resp_wq); in fc_exch_em_alloc()
/Linux-v5.4/include/scsi/
Dlibfc.h448 wait_queue_head_t resp_wq; member