Home
last modified time | relevance | path

Searched refs:dequeue_work (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c62 INIT_WORK(&vgvq->dequeue_work, work_func); in virtio_gpu_init_vq()
279 flush_work(&vgdev->ctrlq.dequeue_work); in virtio_gpu_deinit()
280 flush_work(&vgdev->cursorq.dequeue_work); in virtio_gpu_deinit()
Dvirtgpu_vq.c61 schedule_work(&vgdev->ctrlq.dequeue_work); in virtio_gpu_ctrl_ack()
69 schedule_work(&vgdev->cursorq.dequeue_work); in virtio_gpu_cursor_ack()
200 ctrlq.dequeue_work); in virtio_gpu_dequeue_ctrl_func()
251 cursorq.dequeue_work); in virtio_gpu_dequeue_cursor_func()
Dvirtgpu_drv.h197 struct work_struct dequeue_work; member