Searched refs:ch_mutex (Results 1 – 4 of 4) sorted by relevance
321 mutex_enter(&chp->ch_mutex); in evch_zonefree()356 mutex_exit(&chp->ch_mutex); in evch_zonefree()359 mutex_destroy(&chp->ch_mutex); in evch_zonefree()1085 mutex_init(&p->ch_mutex, NULL, MUTEX_DEFAULT, NULL); in evch_chbind()1117 mutex_enter(&p->ch_mutex); in evch_chbind()1134 mutex_exit(&p->ch_mutex); in evch_chbind()1152 mutex_enter(&chp->ch_mutex); in evch_chunbind()1164 mutex_exit(&chp->ch_mutex); in evch_chunbind()1168 mutex_destroy(&chp->ch_mutex); in evch_chunbind()1174 mutex_exit(&chp->ch_mutex); in evch_chunbind()[all …]
330 kmutex_t ch_mutex[1]; member1721 mutex_enter(csp->ssp->ch_mutex); in bscbus_claim_channel()1843 mutex_exit(csp->ssp->ch_mutex); in bscbus_claim_channel()1855 mutex_exit(csp->ssp->ch_mutex); in bscbus_claim_channel()1862 mutex_enter(csp->ssp->ch_mutex); in bscbus_release_channel()1889 mutex_exit(csp->ssp->ch_mutex); in bscbus_release_channel()2346 mutex_destroy(ssp->ch_mutex); in bscbus_unattach()2403 mutex_init(ssp->ch_mutex, NULL, MUTEX_DRIVER, NULL); in bscbus_attach()
383 kmutex_t ch_mutex; /* To protect this structure */ member
2296 mutex_tryenter(&(csp)->ch_mutex)2298 mutex_enter(&(csp)->ch_mutex)2300 mutex_exit(&(csp)->ch_mutex)2302 (MUTEX_HELD(&(csp)->ch_mutex))2373 kmutex_t ch_mutex; member