Searched refs:mh_entries (Results 1 – 2 of 2) sorted by relevance
589 entry->mhe_next = hash->mh_entries[hashidx]; in i_mod_hash_insert_nosync()591 hash->mh_entries[hashidx] = entry; in i_mod_hash_insert_nosync()698 for (e = hash->mh_entries[hashidx]; e != NULL; e = e->mhe_next) { in i_mod_hash_remove_nosync()709 hash->mh_entries[hashidx] = e->mhe_next; in i_mod_hash_remove_nosync()801 for (e = hash->mh_entries[hashidx]; e != NULL; e = e->mhe_next) { in i_mod_hash_find_nosync()867 e = hash->mh_entries[hashidx]; in i_mod_hash_walk_nosync()907 e = hash->mh_entries[i]; in i_mod_hash_clear_nosync()915 hash->mh_entries[i] = NULL; in i_mod_hash_clear_nosync()
75 struct mod_hash_entry *mh_entries[1]; member