Home
last modified time | relevance | path

Searched refs:mhe_next (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/os/
H A Dmodhash.c589 entry->mhe_next = hash->mh_entries[hashidx]; 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()
711 ep->mhe_next = 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()
870 e = e->mhe_next; in i_mod_hash_walk_nosync()
912 e = e->mhe_next; in i_mod_hash_clear_nosync()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dmodhash_impl.h43 struct mod_hash_entry *mhe_next; /* next item in chain */ member