Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c325 mutex_enter(&chp->ch_mutex); in evch_zonefree()
360 mutex_exit(&chp->ch_mutex); in evch_zonefree()
1121 mutex_enter(&p->ch_mutex); in evch_chbind()
1138 mutex_exit(&p->ch_mutex); in evch_chbind()
1324 mutex_exit(&chp->ch_mutex); in evch_chsubscribe()
1405 mutex_exit(&chp->ch_mutex); in evch_chunsubscribe()
1583 mutex_exit(&chp->ch_mutex); in evch_chsetpropnvl()
1602 mutex_exit(&chp->ch_mutex); in evch_chgetpropnvl()
1693 mutex_exit(&chp->ch_mutex); in evch_chrdevent_init()
2019 mutex_exit(&chp->ch_mutex); in sysevent_evc_control()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h383 kmutex_t ch_mutex; /* To protect this structure */ member