Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/os/
H A Dmodhash.c609 rw_exit(&hash->mh_contents); in mod_hash_insert()
615 rw_exit(&hash->mh_contents); in mod_hash_insert()
638 rw_exit(&hash->mh_contents); in mod_hash_insert_reserve()
732 rw_exit(&hash->mh_contents); in mod_hash_remove()
759 rw_exit(&hash->mh_contents); in mod_hash_replace()
783 rw_exit(&hash->mh_contents); in mod_hash_destroy()
819 rw_exit(&hash->mh_contents); in mod_hash_find()
835 rw_exit(&hash->mh_contents); in mod_hash_find_cb()
851 rw_exit(&hash->mh_contents); in mod_hash_find_cb_rval()
890 rw_exit(&hash->mh_contents); in mod_hash_walk()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dmodhash_impl.h55 krwlock_t mh_contents; /* lock protecting contents */ member