Searched defs:crocus_bufmgr (Results 1 – 1 of 1) sorted by relevance
136 struct crocus_bufmgr { struct140 struct list_head link;142 uint32_t refcount;144 int fd;146 simple_mtx_t lock;149 struct bo_cache_bucket cache_bucket[14 * 4];150 int num_buckets;151 time_t time;153 struct hash_table *name_table;154 struct hash_table *handle_table;[all …]