Searched refs:nslot (Results 1 – 2 of 2) sorted by relevance
240 for ( i = 0; i < h->nslot; i++ ) in avtab_destroy()253 h->nslot = 0; in avtab_destroy()269 u32 nslot = 0; in avtab_alloc() local282 nslot = 1 << shift; in avtab_alloc()283 if ( nslot > MAX_AVTAB_SIZE ) in avtab_alloc()284 nslot = MAX_AVTAB_SIZE; in avtab_alloc()285 mask = nslot - 1; in avtab_alloc()290 for ( i = 0; i < nslot; i++ ) in avtab_alloc()295 h->nslot = nslot; in avtab_alloc()298 h->nslot, nrules); in avtab_alloc()[all …]
59 u32 nslot; /* number of hash slots */ member
Completed in 4 milliseconds