Searched refs:cl_mutex (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/ipp/
H A Dipp_impl.h102 kmutex_t cl_mutex[1]; member in struct:cfglock
116 mutex_init((_clp)->cl_mutex, NULL, MUTEX_DEFAULT, \
123 mutex_destroy((_clp)->cl_mutex); \
129 mutex_enter((_clp)->cl_mutex); \
135 (_clp)->cl_mutex); \
144 (_clp)->cl_mutex); \
149 mutex_exit((_clp)->cl_mutex); \
154 mutex_enter((_clp)->cl_mutex); \
167 mutex_exit((_clp)->cl_mutex); \
/opensolaris-onvv-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/
H A Dsmbiod-svc.c67 mutex_t cl_mutex = DEFAULTMUTEX; variable
85 assert(MUTEX_HELD(&cl_mutex));
98 assert(MUTEX_HELD(&cl_mutex));
417 mutex_lock(&cl_mutex);
421 mutex_unlock(&cl_mutex);
434 mutex_unlock(&cl_mutex);
440 mutex_unlock(&cl_mutex);
482 mutex_lock(&cl_mutex);
484 mutex_unlock(&cl_mutex);
517 mutex_lock(&cl_mutex);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dcmlb_impl.h76 #define CMLB_MUTEX(cl) (&((cl)->cl_mutex))
190 kmutex_t cl_mutex; member in struct:cmlb_lun
223 _NOTE(MUTEX_PROTECTS_DATA(cmlb_lun::cl_mutex, cmlb_lun::cl_vtoc))
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_connect.c112 mutex_t cl_mutex = DEFAULTMUTEX; variable
650 (void) mutex_unlock(&cl_mutex);
686 (void) mutex_lock(&cl_mutex);
689 (void) mutex_unlock(&cl_mutex);
711 (void) mutex_lock(&cl_mutex);
713 (void) mutex_unlock(&cl_mutex);
719 (void) mutex_unlock(&cl_mutex);
745 (void) mutex_lock(&cl_mutex);
748 (void) mutex_unlock(&cl_mutex);
753 (void) mutex_unlock(&cl_mutex);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/ipp/
H A Dipp.c300 addr + ((uintptr_t)clp->cl_mutex - (uintptr_t)clp));

Completed in 110 milliseconds