Searched refs:caps_cache (Results 1 – 4 of 4) sorted by relevance
879 memcpy(cache_ent->caps_cache, resp->capset_data, in virtio_gpu_cmd_capset_cb() 1000 cache_ent->caps_cache = kmalloc(max_size, GFP_KERNEL); in virtio_gpu_cmd_get_capset() 1001 if (!cache_ent->caps_cache) { in virtio_gpu_cmd_get_capset() 1009 kfree(cache_ent->caps_cache); in virtio_gpu_cmd_get_capset() 1034 kfree(cache_ent->caps_cache); in virtio_gpu_cmd_get_capset()
275 kfree(cache_ent->caps_cache); in virtio_gpu_cleanup_cap_cache()
221 void *caps_cache; member
431 ptr = cache_ent->caps_cache; in virtio_gpu_get_caps_ioctl()