Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/rpc/
H A Dauth_des.h168 extern kmutex_t authdes_ops_lock;
/titanic_44/usr/src/uts/common/rpc/sec/
H A Dsec_clnt.c93 kmutex_t authdes_ops_lock; /* auth_ops initialization in authdes_ops() */ variable
822 mutex_init(&authdes_ops_lock, NULL, MUTEX_DEFAULT, NULL); in sec_subrinit()
840 mutex_destroy(&authdes_ops_lock); in sec_subrfini()
H A Dauth_des.c455 mutex_enter(&authdes_ops_lock); in authdes_ops()
465 mutex_exit(&authdes_ops_lock); in authdes_ops()