Searched refs:mhe_next (Results 1 – 3 of 3) sorted by relevance
570 entry->mhe_next = hash->mh_entries[hashidx]; in i_mod_hash_insert_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()692 ep->mhe_next = e->mhe_next; in i_mod_hash_remove_nosync()782 for (e = hash->mh_entries[hashidx]; e != NULL; e = e->mhe_next) { in i_mod_hash_find_nosync()851 e = e->mhe_next; in i_mod_hash_walk_nosync()893 e = e->mhe_next; in i_mod_hash_clear_nosync()
45 struct mod_hash_entry *mhe_next; /* next item in chain */ member
226 wsp->walk_addr = (uintptr_t)hwp->hwalk_msd.msd_mhe.mhe_next; in modent_walk_step()263 wsp->walk_addr = (uintptr_t)mhe.mhe_next; in modchain_walk_step()