Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dmodhash.c580 rw_enter(&hash->mh_contents, RW_WRITER); in mod_hash_insert()
586 rw_exit(&hash->mh_contents); in mod_hash_insert()
592 rw_exit(&hash->mh_contents); in mod_hash_insert()
604 rw_enter(&hash->mh_contents, RW_WRITER); in mod_hash_insert_reserve()
610 rw_exit(&hash->mh_contents); in mod_hash_insert_reserve()
615 rw_exit(&hash->mh_contents); in mod_hash_insert_reserve()
707 rw_enter(&hash->mh_contents, RW_WRITER); in mod_hash_remove()
709 rw_exit(&hash->mh_contents); in mod_hash_remove()
726 rw_enter(&hash->mh_contents, RW_WRITER); in mod_hash_replace()
736 rw_exit(&hash->mh_contents); in mod_hash_replace()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dmodhash_impl.h59 krwlock_t mh_contents; /* lock protecting contents */ member