Searched refs:hash_ndx (Results 1 – 1 of 1) sorted by relevance
179 unsigned int hash_ndx = 0; in ht_default_hash() local184 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()