Lines Matching refs:buckets
110 HASH_FIND_IN_BKT((head)->hh.tbl, hh, (head)->hh.tbl->buckets[ _hf_bkt ], \
160 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \
162 if (! (head)->hh.tbl->buckets) { uthash_fatal( "out of memory"); } \
163 memset((head)->hh.tbl->buckets, 0, \
201 HASH_ADD_TO_BKT((head)->hh.tbl->buckets[_ha_bkt],&(add)->hh); \
228 uthash_free((head)->hh.tbl->buckets, \
253 HASH_DEL_IN_BKT(hh,(head)->hh.tbl->buckets[_hd_bkt], _hd_hh_del); \
297 _thh = (head)->hh.tbl->buckets[_bkt_i].hh_head; \
309 if ((head)->hh.tbl->buckets[_bkt_i].count != _bkt_count) { \
311 (head)->hh.tbl->buckets[_bkt_i].count, _bkt_count); \
697 _he_thh = tbl->buckets[ _he_bkt_i ].hh_head; \
715 uthash_free( tbl->buckets, tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \
718 tbl->buckets = _he_new_buckets; \
833 for(_src_hh = (src)->hh_src.tbl->buckets[_src_bkt].hh_head; \
852 HASH_ADD_TO_BKT(_dst_hh->tbl->buckets[_dst_bkt],_dst_hh); \
866 uthash_free((head)->hh.tbl->buckets, \
920 UT_hash_bucket *buckets; member