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

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmetarpcopen.c54 mutex_t ch_mutex; /* lock access to ch_cache */ member in struct:client_header
88 (void) mutex_lock(&header->ch_mutex);
95 (void) mutex_unlock(&header->ch_mutex);
114 (void) mutex_unlock(&header->ch_mutex);
135 (void) mutex_lock(&header->ch_mutex);
147 (void) mutex_unlock(&header->ch_mutex);
379 (void) mutex_lock(&client_header.ch_mutex);
395 &client_header.ch_mutex);
398 (void) mutex_unlock(&client_header.ch_mutex);
403 (void) mutex_unlock(&client_header.ch_mutex);
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dbscbus.c246 /* Changes to these are protected by the instance ch_mutex mutex */
327 * channel state data, protected by ch_mutex
330 kmutex_t ch_mutex[1]; member in struct:bscbus_state
1721 mutex_enter(csp->ssp->ch_mutex);
1843 mutex_exit(csp->ssp->ch_mutex);
1855 mutex_exit(csp->ssp->ch_mutex);
1862 mutex_enter(csp->ssp->ch_mutex);
1889 mutex_exit(csp->ssp->ch_mutex);
2346 mutex_destroy(ssp->ch_mutex);
2403 mutex_init(ssp->ch_mutex, NUL
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h383 kmutex_t ch_mutex; /* To protect this structure */ member in struct:__anon9095
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h2296 mutex_tryenter(&(csp)->ch_mutex)
2298 mutex_enter(&(csp)->ch_mutex)
2300 mutex_exit(&(csp)->ch_mutex)
2302 (MUTEX_HELD(&(csp)->ch_mutex))
2340 * Reading c_state requires either c_mutex or ch_mutex.
2341 * Writing c_state requires both c_mutex and ch_mutex in the order:
2342 * ch_mutex
2355 * Reading/Writing ch_state requires ch_mutex.
2358 * ch_mutex
2369 uchar_t ch_state; /* protected by ch_mutex */
2373 kmutex_t ch_mutex; member in struct:idn_chansvr
[all...]

Completed in 84 milliseconds