Searched defs:iris_bufmgr (Results 1 – 1 of 1) sorted by relevance
147 struct iris_bufmgr { struct151 struct list_head link;153 uint32_t refcount;155 int fd;157 mtx_t lock;160 struct bo_cache_bucket cache_bucket[14 * 4];161 int num_buckets;162 time_t time;164 struct hash_table *name_table;165 struct hash_table *handle_table;[all …]