Searched defs:crocus_bufmgr (Results 1 – 1 of 1) sorted by relevance
135 struct crocus_bufmgr { struct139 struct list_head link;141 uint32_t refcount;143 int fd;145 simple_mtx_t lock;148 struct bo_cache_bucket cache_bucket[14 * 4];149 int num_buckets;150 time_t time;152 struct hash_table *name_table;153 struct hash_table *handle_table;[all …]