Searched refs:hash_idx (Results 1 – 2 of 2) sorted by relevance
42 static uint_t hash_idx; variable56 uint_t hash_idx; member647 hash_idx = 0; in tmod_walk_init()686 else if (++hash_idx < tmh.mh_hashlen) in tmod_walk_step()688 (uintptr_t)(tmh.mh_hash+hash_idx)) != sizeof (tnode_t *)) { in tmod_walk_step()691 sizeof (tnode_t *), tmh.mh_hash+hash_idx); in tmod_walk_step()838 state->hash_idx = 0; in tnh_walk_init()849 int rv, i = state->hash_idx++; in tnh_walk_step()874 if (state->hash_idx >= state->hash.th_arrlen) { in tnh_walk_step()880 state->hash_idx = 0; in tnh_walk_step()
378 uint32_t hash_size, hash_val, hash_id, hash_inc, hash_idx; in gnu_msgsearch() local435 hash_idx = hash_id % hash_size; in gnu_msgsearch()439 hash_val = HASH_TBL(gmnp, hash_table[hash_idx]); in gnu_msgsearch()464 hash_idx = (hash_idx + hash_inc) % hash_size; in gnu_msgsearch()