Searched refs:virtio_gpu_flush_thread (Results 1 – 1 of 1) sorted by relevance
44 static int virtio_gpu_flush_thread(void *arg);405 …t = thread_create("virtio gpu flusher", &virtio_gpu_flush_thread, (void *)gdev, HIGH_PRIORITY, DEF… in virtio_gpu_start()528 static int virtio_gpu_flush_thread(void *arg) in virtio_gpu_flush_thread() function