Searched refs:HASH_BKT_CAPACITY_THRESH (Results 1 – 1 of 1) sorted by relevance
107 #define HASH_BKT_CAPACITY_THRESH 10U /* expand when bucket count reaches */ macro743 if ((head.count >= ((head.expand_mult+1U) * HASH_BKT_CAPACITY_THRESH)) \