Searched defs:iris_bufmgr (Results 1 – 1 of 1) sorted by relevance
195 struct iris_bufmgr { struct199 struct list_head link;201 uint32_t refcount;203 int fd;205 simple_mtx_t lock;206 simple_mtx_t bo_deps_lock;209 struct iris_bucket_cache bucket_cache[IRIS_HEAP_MAX];211 time_t time;213 struct hash_table *name_table;214 struct hash_table *handle_table;[all …]