Home
last modified time | relevance | path

Searched refs:me_mutexes (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/crypto/core/
H A Dkcf_mech_tabs.c113 kcf_lock_withpad_t *me_mutexes; variable
117 mutex_enter(&me_mutexes[i].kl_lock);
121 mutex_exit(&me_mutexes[i].kl_lock);
268 me_mutexes = kmem_zalloc(max_ncpus * sizeof (kcf_lock_withpad_t), in kcf_init_mech_tabs()
271 mutex_init(&me_mutexes[i].kl_lock, NULL, MUTEX_DEFAULT, NULL); in kcf_init_mech_tabs()
844 mp = &me_mutexes[CPU_SEQID]; in crypto_mech2id_common()
H A Dkcf_callprov.c250 mp = &me_mutexes[CPU_SEQID]; in kcf_get_hardware_provider()
560 mp = &me_mutexes[CPU_SEQID]; in kcf_get_mech_provider()
685 mp = &me_mutexes[CPU_SEQID]; in kcf_get_dual_provider()
H A Dkcf_prov_tabs.c812 mp = &me_mutexes[CPU_SEQID]; in kcf_get_sw_prov()
/titanic_41/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c144 mp = &me_mutexes[CPU_SEQID]; in crypto_get_mech_list()
180 mp = &me_mutexes[CPU_SEQID]; in crypto_get_mech_list()
522 mp = &me_mutexes[CPU_SEQID]; in crypto_key_check()
660 mp = &me_mutexes[CPU_SEQID]; in crypto_get_all_mech_info()
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dimpl.h338 extern kcf_lock_withpad_t *me_mutexes;