Lines Matching refs:nslot
256 for (i = 0; i < h->nslot; i++) { in avtab_destroy()
267 h->nslot = 0; in avtab_destroy()
282 for (i = 0; i < h->nslot; i++) { in avtab_map()
306 uint32_t nslot = 0; in avtab_alloc() local
317 nslot = 1 << shift; in avtab_alloc()
318 if (nslot > MAX_AVTAB_SIZE) in avtab_alloc()
319 nslot = MAX_AVTAB_SIZE; in avtab_alloc()
320 mask = nslot - 1; in avtab_alloc()
322 h->htable = calloc(nslot, sizeof(avtab_ptr_t)); in avtab_alloc()
327 h->nslot = nslot; in avtab_alloc()
339 for (i = 0; i < h->nslot; i++) { in avtab_hash_eval()
356 tag, h->nel, slots_used, h->nslot, max_chain_len); in avtab_hash_eval()