Searched refs:ch_pubmx (Results 1 – 2 of 2) sorted by relevance
360 mutex_destroy(&chp->ch_pubmx); in evch_zonefree()968 mutex_enter(&chp->ch_pubmx); in evch_destr_event()971 mutex_exit(&chp->ch_pubmx); in evch_destr_event()1093 mutex_init(&p->ch_pubmx, NULL, MUTEX_DEFAULT, NULL); in evch_chbind()1169 mutex_destroy(&chp->ch_pubmx); in evch_chunbind()1414 mutex_enter(&chp->ch_pubmx); in evch_chpublish()1418 mutex_exit(&chp->ch_pubmx); in evch_chpublish()1423 &chp->ch_pubmx) == 0) { in evch_chpublish()1427 mutex_exit(&chp->ch_pubmx); in evch_chpublish()1434 mutex_exit(&chp->ch_pubmx); in evch_chpublish()
390 kmutex_t ch_pubmx; /* Mutex for ch_pubcv and ch_nevents */ member