Searched refs:buckets (Results 1 – 2 of 2) sorted by relevance
1444 mf_hashitem_T **buckets; in mf_hash_grow() local1448 buckets = lalloc_clear(size, FALSE); in mf_hash_grow()1449 if (buckets == NULL) in mf_hash_grow()1476 buckets[i + (j << shift)] = mhi; in mf_hash_grow()1496 mht->mht_buckets = buckets; in mf_hash_grow()
11194 buckets to the number of blocks. (Ivan Krasilnikov)