Searched refs:cap_cache (Results 1 – 4 of 4) sorted by relevance
195 INIT_LIST_HEAD(&vgdev->cap_cache); in virtio_gpu_init()339 list_for_each_entry_safe(cache_ent, tmp, &vgdev->cap_cache, head) { in virtio_gpu_cleanup_cap_cache()
302 struct list_head cap_cache; member
931 list_for_each_entry(cache_ent, &vgdev->cap_cache, head) { in virtio_gpu_cmd_capset_cb()1074 list_for_each_entry(search_ent, &vgdev->cap_cache, head) { in virtio_gpu_cmd_get_capset()1082 list_add_tail(&cache_ent->head, &vgdev->cap_cache); in virtio_gpu_cmd_get_capset()
34 cfg.cap_cache = {}35 if scope not in cfg.cap_cache:36 cfg.cap_cache[scope] = nl_shaper.cap_get({'ifindex': cfg.ifindex,39 return cfg.cap_cache[scope]