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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c179 unsigned int hash_ndx = 0; local
184 hash_ndx += *key;
191 hash_ndx += *key;
196 rval = (hash_ndx * HASH_MESH_VALUE) & handle->ht_table_mask;

Completed in 57 milliseconds