Searched refs:htbl_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c64 size_t htbl_size; /* size of the hash */ member in struct:htbl
72 ((htbl)->htbl_ptrs[(htbl)->htbl_hash((arg), 0) % (htbl)->htbl_size])
208 if (htbl->htbl_grow && htbl->htbl_ifcount >= htbl->htbl_size * 5)
211 hep = &htbl->htbl_ptrs[hval % htbl->htbl_size];
255 ahash_tbl.htbl_size = initial_size;
256 bhash_tbl.htbl_size = initial_size;
257 ihash_tbl.htbl_size = initial_size;
258 nhash_tbl.htbl_size = initial_size;
290 old_size = htbl->htbl_size;
292 htbl->htbl_size
[all...]

Completed in 164 milliseconds