Home
last modified time | relevance | path

Searched refs:hash_tbl_size (Results 1 – 6 of 6) 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
233 if (new_size > hash_alg->hash_tbl_size) { in hash_server_add()
234 if (grow_tbl(&hash_alg->hash_tbl, &hash_alg->hash_tbl_size) != in hash_server_add()
389 hash_alg->hash_tbl_size = INIT_HASH_TBL_SIZE; in ilb_alg_hash_init()
425 hash_alg->hash_tbl_size); in hash_fini()
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Diconv_tm.h494 itm_size_t hash_tbl_size; /* hash table size */ member
H A Ddisassemble.c730 map_hdr->hash_tbl_size, in dump_map_hash()
740 p = map_hash + map_hdr->hash_tbl_size + in dump_map_hash()
H A Dgeniconvtbl.c720 map_of = map_hash + map_hdr->hash_tbl_size; in map_h_l()
H A Ditm_util.c1451 sub_hdr->hash_tbl_size = (pair_size * hash_table_num); in map_table_hash()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c128 int hash_tbl_size; member
2325 if (++index >= iw->hash_tbl_size) { in ipcl_hash_get_next_connf_tbl()
2360 iw->hash_tbl_size = IPPROTO_MAX; in ipcl_hash_walk_init()
2362 if (mdb_vread(&iw->hash_tbl_size, sizeof (int), in ipcl_hash_walk_init()