Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/os/
H A Dmodhash.c472 mod_hash->mh_nchains = nchains; in mod_hash_create_extended()
529 kmem_free(hash, MH_SIZE(hash->mh_nchains)); in mod_hash_destroy_hash()
544 if (hash->mh_nchains == 1) in i_mod_hash()
548 return (h % (hash->mh_nchains - 1)); in i_mod_hash()
865 (hashidx < (hash->mh_nchains - 1)) && (res == MH_WALK_CONTINUE); in i_mod_hash_walk_nosync()
906 for (i = 0; i < hash->mh_nchains; i++) { in i_mod_hash_clear_nosync()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dmodhash_impl.h58 size_t mh_nchains; /* # of elements in mh_entries */ member