Home | History | Annotate | Download | only in src

Lines Matching defs:nslot

314 	for (i = 0; i < h->nslot; i++) {
328 h->nslot = 0;
343 for (i = 0; i < h->nslot; i++) {
367 uint32_t nslot = 0;
378 nslot = 1 << shift;
379 if (nslot > MAX_AVTAB_HASH_BUCKETS)
380 nslot = MAX_AVTAB_HASH_BUCKETS;
381 mask = nslot - 1;
383 h->htable = calloc(nslot, sizeof(avtab_ptr_t));
388 h->nslot = nslot;
400 for (i = 0; i < h->nslot; i++) {
417 tag, h->nel, slots_used, h->nslot, max_chain_len);