Searched refs:vbufs (Results 1 – 2 of 2) sorted by relevance
89 vgdev->vbufs = kzalloc(size, GFP_KERNEL); in virtio_gpu_alloc_vbufs()90 if (!vgdev->vbufs) in virtio_gpu_alloc_vbufs()93 for (i = 0, ptr = vgdev->vbufs; in virtio_gpu_alloc_vbufs()119 kfree(vgdev->vbufs); in virtio_gpu_free_vbufs()
183 void *vbufs; member