Searched defs:hash_tbl_size (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_alg_hash.c83 size_t hash_tbl_size; /* All server table size */ member in struct:hash_s
233 if (new_size > hash_alg->hash_tbl_size) {
234 if (grow_tbl(&hash_alg->hash_tbl, &hash_alg->hash_tbl_size) !=
389 hash_alg->hash_tbl_size = INIT_HASH_TBL_SIZE;
425 hash_alg->hash_tbl_size);
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Diconv_tm.h497 itm_size_t hash_tbl_size; /* hash table size */ member in struct:__anon587
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c126 int hash_tbl_size; member in struct:ipcl_hash_walk_data_s
2295 if (++index >= iw->hash_tbl_size) {
2330 iw->hash_tbl_size = IPPROTO_MAX;
2332 if (mdb_vread(&iw->hash_tbl_size, sizeof (int),

Completed in 82 milliseconds