Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c85 ret = wait_event_timeout(vgdev->resp_wq, in virtio_gpu_get_capsets()
146 init_waitqueue_head(&vgdev->resp_wq); in virtio_gpu_init()
257 wait_event_timeout(vgdev->resp_wq, !vgdev->display_info_pending, in virtio_gpu_init()
H A Dvirtgpu_vq.c842 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_get_display_info_cb()
866 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_get_capset_info_cb()
891 wake_up_all(&vgdev->resp_wq); in virtio_gpu_cmd_capset_cb()
930 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_get_edid_cb()
1329 wake_up_all(&vgdev->resp_wq); in virtio_gpu_cmd_resource_uuid_cb()
1383 wake_up_all(&vgdev->resp_wq); in virtio_gpu_cmd_resource_map_cb()
H A Dvirtgpu_vram.c45 wait_event(vgdev->resp_wq, vram->map_state != STATE_INITIALIZING); in virtio_gpu_vram_mmap()
H A Dvirtgpu_drv.h244 wait_queue_head_t resp_wq; member
H A Dvirtgpu_ioctl.c423 ret = wait_event_timeout(vgdev->resp_wq, in virtio_gpu_get_caps_ioctl()
/linux/drivers/scsi/libfc/
H A Dfc_exch.c603 prepare_to_wait(&ep->resp_wq, &wait, TASK_UNINTERRUPTIBLE); in fc_seq_set_resp()
610 finish_wait(&ep->resp_wq, &wait); in fc_seq_set_resp()
755 wake_up(&ep->resp_wq); in fc_invoke_resp()
883 init_waitqueue_head(&ep->resp_wq); in fc_exch_em_alloc()