Searched refs:ch_mutex (Results 1 – 2 of 2) sorted by relevance
325 mutex_enter(&chp->ch_mutex); in evch_zonefree()360 mutex_exit(&chp->ch_mutex); in evch_zonefree()363 mutex_destroy(&chp->ch_mutex); in evch_zonefree()1089 mutex_init(&p->ch_mutex, NULL, MUTEX_DEFAULT, NULL); in evch_chbind()1121 mutex_enter(&p->ch_mutex); in evch_chbind()1138 mutex_exit(&p->ch_mutex); in evch_chbind()1156 mutex_enter(&chp->ch_mutex); in evch_chunbind()1168 mutex_exit(&chp->ch_mutex); in evch_chunbind()1172 mutex_destroy(&chp->ch_mutex); in evch_chunbind()1178 mutex_exit(&chp->ch_mutex); in evch_chunbind()[all …]
383 kmutex_t ch_mutex; /* To protect this structure */ member