Searched refs:nslot (Results 1 – 4 of 4) sorted by relevance
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() local317 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()[all …]
234 for (i = 0; i < a->nslot; i++) { in avtab_reset_merged()273 for (i = 0; i < a->nslot; i++) { in avtab_write()294 for (i = 0; i < a->nslot; i++) { in avtab_write()
83 uint32_t nslot; /* number of hash slots */ member
172 for (i = 0; i < expa.nslot; i++) { in display_avtab()