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