HomeSort by: relevance | last modified time | path
    Searched refs:caps_cache (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_kms.c 229 kfree(cache_ent->caps_cache);
virtgpu_vq.c 699 memcpy(cache_ent->caps_cache, resp->capset_data,
820 cache_ent->caps_cache = kmalloc(max_size, GFP_KERNEL);
821 if (!cache_ent->caps_cache) {
829 kfree(cache_ent->caps_cache);
854 kfree(cache_ent->caps_cache);
virtgpu_drv.h 161 void *caps_cache; member in struct:virtio_gpu_drv_cap_cache
virtgpu_ioctl.c 463 ptr = cache_ent->caps_cache;

Completed in 13 milliseconds