Searched refs:kn_lock (Results 1 – 2 of 2) sorted by relevance
329 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()
430 kmutex_t kn_lock; member