Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/virtio/
H A Dvirtgpu_kms.c83 INIT_WORK(&vgvq->dequeue_work, work_func); in virtio_gpu_init_vq()
240 flush_work(&vgdev->ctrlq.dequeue_work); in virtio_gpu_deinit()
241 flush_work(&vgdev->cursorq.dequeue_work); in virtio_gpu_deinit()
H A Dvirtgpu_vq.c64 schedule_work(&vgdev->ctrlq.dequeue_work); in virtio_gpu_ctrl_ack()
72 schedule_work(&vgdev->cursorq.dequeue_work); in virtio_gpu_cursor_ack()
196 ctrlq.dequeue_work); in virtio_gpu_dequeue_ctrl_func()
256 cursorq.dequeue_work); in virtio_gpu_dequeue_cursor_func()
H A Dvirtgpu_drv.h150 struct work_struct dequeue_work; member