Searched refs:maxChains (Results 1 – 1 of 1) sorted by relevance
97 #define maxChains 10240 /* max chains per table */ macro98 static struct chain chains[maxChains];293 if (nextChain >= maxChains) { in saveChain()