Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodhash.c457 rw_init(&mod_hash->mh_contents, NULL, RW_DEFAULT, NULL); in mod_hash_create_extended()
507 rw_destroy(&hash->mh_contents); in mod_hash_destroy_hash()
584 rw_enter(&hash->mh_contents, RW_WRITER); in mod_hash_insert()
590 rw_exit(&hash->mh_contents); in mod_hash_insert()
596 rw_exit(&hash->mh_contents); in mod_hash_insert()
608 rw_enter(&hash->mh_contents, RW_WRITER); in mod_hash_insert_reserve()
614 rw_exit(&hash->mh_contents); in mod_hash_insert_reserve()
619 rw_exit(&hash->mh_contents); in mod_hash_insert_reserve()
711 rw_enter(&hash->mh_contents, RW_WRITER); in mod_hash_remove()
713 rw_exit(&hash->mh_contents); in mod_hash_remove()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dmodhash_impl.h57 krwlock_t mh_contents; /* lock protecting contents */ member