Searched defs:fd_bo_cache (Results 1 – 2 of 2) sorted by relevance
111 struct fd_bo_cache { struct112 const char *name;113 simple_mtx_t lock;114 struct fd_bo_bucket cache_bucket[14 * 4];115 int num_buckets;116 time_t time;
76 struct fd_bo_cache { struct100 struct fd_bo_cache bo_cache; argument