Searched refs:resp_wq (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/ |
H A D | virtgpu_kms.c | 79 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()
|
H A D | virtgpu_prime.c | 37 wait_event(vgdev->resp_wq, bo->uuid_state != UUID_INITIALIZING); in virtgpu_virtio_get_uuid()
|
H A D | virtgpu_vq.c | 669 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_get_display_info_cb() 693 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_get_capset_info_cb() 718 wake_up_all(&vgdev->resp_wq); in virtio_gpu_cmd_capset_cb() 757 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_get_edid_cb() 1133 wake_up_all(&vgdev->resp_wq); in virtio_gpu_cmd_resource_uuid_cb()
|
H A D | virtgpu_drv.h | 198 wait_queue_head_t resp_wq; member
|
H A D | virtgpu_ioctl.c | 488 ret = wait_event_timeout(vgdev->resp_wq, in virtio_gpu_get_caps_ioctl()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/ |
H A D | virtgpu_kms.c | 84 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 D | virtgpu_prime.c | 37 wait_event(vgdev->resp_wq, bo->uuid_state != STATE_INITIALIZING); in virtgpu_virtio_get_uuid()
|
H A D | virtgpu_vram.c | 44 wait_event(vgdev->resp_wq, vram->map_state != STATE_INITIALIZING); in virtio_gpu_vram_mmap()
|
H A D | virtgpu_vq.c | 671 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_get_display_info_cb() 695 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_get_capset_info_cb() 720 wake_up_all(&vgdev->resp_wq); in virtio_gpu_cmd_capset_cb() 759 wake_up(&vgdev->resp_wq); in virtio_gpu_cmd_get_edid_cb() 1143 wake_up_all(&vgdev->resp_wq); in virtio_gpu_cmd_resource_uuid_cb() 1197 wake_up_all(&vgdev->resp_wq); in virtio_gpu_cmd_resource_map_cb()
|
H A D | virtgpu_drv.h | 233 wait_queue_head_t resp_wq; member
|
H A D | virtgpu_ioctl.c | 413 ret = wait_event_timeout(vgdev->resp_wq, in virtio_gpu_get_caps_ioctl()
|
/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
H A D | fc_exch.c | 604 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()
|
/kernel/linux/linux-6.6/drivers/scsi/libfc/ |
H A D | fc_exch.c | 603 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()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | libfc.h | 414 * @resp_wq: Waitqueue for the tasks waiting on @resp_active. 448 wait_queue_head_t resp_wq; member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | libfc.h | 423 * @resp_wq: Waitqueue for the tasks waiting on @resp_active. 457 wait_queue_head_t resp_wq; member
|
Completed in 19 milliseconds