Searched defs:iris_bufmgr (Results 1 – 1 of 1) sorted by relevance
196 struct iris_bufmgr { struct200 struct list_head link;202 uint32_t refcount;204 int fd;206 simple_mtx_t lock;207 simple_mtx_t bo_deps_lock;210 struct iris_bucket_cache *bucket_cache;212 time_t time;214 struct hash_table *name_table;215 struct hash_table *handle_table;[all …]