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

  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_kms.c 151 INIT_LIST_HEAD(&vgdev->cap_cache);
228 list_for_each_entry_safe(cache_ent, tmp, &vgdev->cap_cache, head) {
virtgpu_drv.h 207 struct list_head cap_cache; member in struct:virtio_gpu_device
virtgpu_vq.c 696 list_for_each_entry(cache_ent, &vgdev->cap_cache, head) {
840 list_for_each_entry(search_ent, &vgdev->cap_cache, head) {
848 list_add_tail(&cache_ent->head, &vgdev->cap_cache);
virtgpu_ioctl.c 441 list_for_each_entry(cache_ent, &vgdev->cap_cache, head) {

Completed in 13 milliseconds