Home
last modified time | relevance | path

Searched refs:cm_lock (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c430 kmutex_t cm_lock; /* for connmgr's list of transports */ member
601 mutex_enter(&connmgr_data->cm_lock); in clnt_zone_destroy()
615 mutex_exit(&connmgr_data->cm_lock); in clnt_zone_destroy()
1887 ASSERT(MUTEX_HELD(&connmgr_data->cm_lock)); in connmgr_cwait()
1908 &connmgr_data->cm_lock, timout)) > 0 && in connmgr_cwait()
1913 &connmgr_data->cm_lock, timout)) > 0 && in connmgr_cwait()
2062 mutex_enter(&connmgr_data->cm_lock); in connmgr_tag_unbind()
2067 mutex_exit(&connmgr_data->cm_lock); in connmgr_tag_unbind()
2098 mutex_exit(&connmgr_data->cm_lock); in connmgr_tag_unbind()
2348 mutex_enter(&connmgr_data->cm_lock); in connmgr_get()
[all …]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c529 mutex_init(&cm->cm_lock, NULL, MUTEX_DRIVER, NULL); in crypto_open()
583 mutex_enter(&cm->cm_lock); in crypto_close()
586 cv_wait(&cm->cm_cv, &cm->cm_lock); in crypto_close()
624 mutex_exit(&cm->cm_lock); in crypto_close()
625 mutex_destroy(&cm->cm_lock); in crypto_close()
887 mutex_enter(&cm->cm_lock); in get_function_list()
890 mutex_exit(&cm->cm_lock); in get_function_list()
897 mutex_exit(&cm->cm_lock); in get_function_list()
1223 mutex_enter(&cm->cm_lock); in crypto_get_provider_list()
1232 mutex_exit(&cm->cm_lock); in crypto_get_provider_list()
[all …]
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h543 kmutex_t cm_lock; member