Searched defs:iris_bufmgr (Results 1 – 1 of 1) sorted by relevance
188 struct iris_bufmgr { struct192 struct list_head link;194 uint32_t refcount;196 int fd;198 simple_mtx_t lock;199 simple_mtx_t bo_deps_lock;202 struct bo_cache_bucket cache_bucket[BUCKET_ARRAY_SIZE];203 int num_buckets;206 struct bo_cache_bucket local_cache_bucket[BUCKET_ARRAY_SIZE];207 int num_local_buckets;[all …]