Searched defs:crocus_bufmgr (Results 1 – 1 of 1) sorted by relevance
137 struct crocus_bufmgr { struct141 struct list_head link;143 uint32_t refcount;145 int fd;147 simple_mtx_t lock;150 struct bo_cache_bucket cache_bucket[14 * 4];151 int num_buckets;152 time_t time;154 struct hash_table *name_table;155 struct hash_table *handle_table;[all …]