Home
last modified time | relevance | path

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

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