Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c79 ret = wait_event_timeout(vgdev->resp_wq, in virtio_gpu_get_capsets()
126 init_waitqueue_head(&vgdev->resp_wq); in virtio_gpu_init()
203 wait_event_timeout(vgdev->resp_wq, !vgdev->display_info_pending, in virtio_gpu_init()
Dvirtgpu_prime.c37 wait_event(vgdev->resp_wq, bo->uuid_state != UUID_INITIALIZING); in virtgpu_virtio_get_uuid()
Dvirtgpu_vq.c675 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_get_display_info_cb()
699 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_get_capset_info_cb()
724 wake_up_all(&vgdev->resp_wq); in virtio_gpu_cmd_capset_cb()
763 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_get_edid_cb()
1139 wake_up_all(&vgdev->resp_wq); in virtio_gpu_cmd_resource_uuid_cb()
Dvirtgpu_drv.h198 wait_queue_head_t resp_wq; member
Dvirtgpu_ioctl.c478 ret = wait_event_timeout(vgdev->resp_wq, in virtio_gpu_get_caps_ioctl()
/Linux-v5.10/drivers/scsi/libfc/
Dfc_exch.c604 prepare_to_wait(&ep->resp_wq, &wait, TASK_UNINTERRUPTIBLE); in fc_seq_set_resp()
611 finish_wait(&ep->resp_wq, &wait); in fc_seq_set_resp()
756 wake_up(&ep->resp_wq); in fc_invoke_resp()
885 init_waitqueue_head(&ep->resp_wq); in fc_exch_em_alloc()
/Linux-v5.10/include/scsi/
Dlibfc.h448 wait_queue_head_t resp_wq; member