Lines Matching refs:buckets
86 struct list_head *cache = &mgr->buckets[entry->bucket_index];
96 release_expired_buffers_locked(&mgr->buckets[i], current_time);
158 struct list_head *cache = &mgr->buckets[bucket_index];
235 struct list_head *cache = &mgr->buckets[i];
265 * @param num_heaps Number of separate caches/buckets indexed by bucket_index
289 mgr->buckets = CALLOC(num_heaps, sizeof(struct list_head));
290 if (!mgr->buckets)
294 list_inithead(&mgr->buckets[i]);
317 FREE(mgr->buckets);
318 mgr->buckets = NULL;