Searched defs:mh_state (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c738 * mh_mutex must be taken to examine or change mh_exthandle and mh_state.
739 * The mutex may not be required for other fields, dependent on mh_state.
745 mhnd_state_t mh_state; member in struct:mem_handle
790 ASSERT(mhp->mh_state == MHND_FREE);
832 if (mhp->mh_state == MHND_FREE) {
854 ASSERT(mhp->mh_state == MHND_FREE);
855 mhp->mh_state = MHND_INIT;
1102 if (mhp->mh_state != MHND_INIT) {
1436 switch (mhp->mh_state) {
1442 ASSERT(mhp->mh_state !
[all...]

Completed in 63 milliseconds