Searched refs:hashidx (Results 1 – 2 of 2) sorted by relevance
548 uint_t hashidx; in i_mod_hash_insert_nosync() local567 hashidx = i_mod_hash(hash, key); in i_mod_hash_insert_nosync()570 entry->mhe_next = hash->mh_entries[hashidx]; in i_mod_hash_insert_nosync()572 hash->mh_entries[hashidx] = entry; in i_mod_hash_insert_nosync()673 int hashidx; in i_mod_hash_remove_nosync() local676 hashidx = i_mod_hash(hash, key); in i_mod_hash_remove_nosync()679 for (e = hash->mh_entries[hashidx]; e != NULL; e = e->mhe_next) { in i_mod_hash_remove_nosync()690 hash->mh_entries[hashidx] = e->mhe_next; in i_mod_hash_remove_nosync()777 uint_t hashidx; in i_mod_hash_find_nosync() local780 hashidx = i_mod_hash(hash, key); in i_mod_hash_find_nosync()[all …]
1732 uint8_t hashidx:3; member1734 uint8_t hashidx:3;