Searched refs:HASH_BKT_CAPACITY_THRESH (Results 1 – 2 of 2) sorted by relevance
77 #define HASH_BKT_CAPACITY_THRESH 10 /* expand when bucket count reaches */ macro657 if (head.count >= ((head.expand_mult+1) * HASH_BKT_CAPACITY_THRESH) \
98 #define HASH_BKT_CAPACITY_THRESH 10 /* expand when bucket count reaches */ macro632 if (head.count >= ((head.expand_mult+1) * HASH_BKT_CAPACITY_THRESH) \