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