Home
last modified time | relevance | path

Searched refs:kn_lock (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c329 mutex_init(&nep->kn_lock, NULL, MUTEX_DEFAULT, NULL); in crypto_notify_events()
374 mutex_enter(&nep->kn_lock); in crypto_unnotify_events()
406 cv_wait(&nep->kn_cv, &nep->kn_lock); in crypto_unnotify_events()
407 mutex_exit(&nep->kn_lock); in crypto_unnotify_events()
419 mutex_exit(&nep->kn_lock); in crypto_unnotify_events()
422 mutex_destroy(&nep->kn_lock); in crypto_unnotify_events()
458 mutex_enter(&nep->kn_lock); in kcf_walk_ntfylist()
460 mutex_exit(&nep->kn_lock); in kcf_walk_ntfylist()
473 mutex_enter(&nep->kn_lock); in kcf_walk_ntfylist()
476 mutex_exit(&nep->kn_lock); in kcf_walk_ntfylist()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h430 kmutex_t kn_lock; member