Lines Matching defs:count
281 unsigned count[IPHASH_TABLE_SIZE];
290 count[i] = 0;
292 ++count[i];
294 /* don't count the slop buckets in the total */
299 qsort(count, IPHASH_TABLE_SIZE, sizeof(count[0]), iphash_compare);
302 "chain lengths (count x len):",
306 if (count[i - 1] != count[i]) {
308 total, count[i - 1]);
316 total, count[IPHASH_TABLE_SIZE - 1]);