Searched defs:iris_bufmgr (Results 1 – 1 of 1) sorted by relevance
193 struct iris_bufmgr { struct197 struct list_head link;199 uint32_t refcount;201 int fd;203 simple_mtx_t lock;204 simple_mtx_t bo_deps_lock;207 struct bo_cache_bucket cache_bucket[14 * 4];208 int num_buckets;211 struct bo_cache_bucket local_cache_bucket[14 * 4];212 int num_local_buckets;[all …]