Searched refs:resp_wq (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c84 ret = wait_event_timeout(vgdev->resp_wq,
146 init_waitqueue_head(&vgdev->resp_wq);
257 wait_event_timeout(vgdev->resp_wq, !vgdev->display_info_pending,
H A Dvirtgpu_prime.c37 wait_event(vgdev->resp_wq, bo->uuid_state != STATE_INITIALIZING);
H A Dvirtgpu_vram.c44 wait_event(vgdev->resp_wq, vram->map_state != STATE_INITIALIZING);
H A Dvirtgpu_vq.c671 wake_up(&vgdev->resp_wq);
695 wake_up(&vgdev->resp_wq);
720 wake_up_all(&vgdev->resp_wq);
759 wake_up(&vgdev->resp_wq);
1143 wake_up_all(&vgdev->resp_wq);
1197 wake_up_all(&vgdev->resp_wq);
H A Dvirtgpu_drv.h236 wait_queue_head_t resp_wq; member in struct:virtio_gpu_device
H A Dvirtgpu_ioctl.c423 ret = wait_event_timeout(vgdev->resp_wq,
/linux-master/include/scsi/
H A Dlibfc.h423 * @resp_wq: Waitqueue for the tasks waiting on @resp_active.
457 wait_queue_head_t resp_wq; member in struct:fc_exch
/linux-master/drivers/scsi/libfc/
H A Dfc_exch.c603 prepare_to_wait(&ep->resp_wq, &wait, TASK_UNINTERRUPTIBLE);
610 finish_wait(&ep->resp_wq, &wait);
755 wake_up(&ep->resp_wq);
883 init_waitqueue_head(&ep->resp_wq);

Completed in 194 milliseconds