Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c53 kmutex_t ntfy_list_lock; variable
335 mutex_enter(&ntfy_list_lock); in crypto_notify_events()
345 mutex_exit(&ntfy_list_lock); in crypto_notify_events()
373 mutex_enter(&ntfy_list_lock); in crypto_unnotify_events()
397 mutex_exit(&ntfy_list_lock); in crypto_unnotify_events()
426 mutex_exit(&ntfy_list_lock); in crypto_unnotify_events()
438 mutex_enter(&ntfy_list_lock); in kcf_walk_ntfylist()
461 mutex_exit(&ntfy_list_lock); in kcf_walk_ntfylist()
478 mutex_enter(&ntfy_list_lock); in kcf_walk_ntfylist()
481 mutex_exit(&ntfy_list_lock); in kcf_walk_ntfylist()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h473 extern kmutex_t ntfy_list_lock;
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c1233 mutex_init(&ntfy_list_lock, NULL, MUTEX_DEFAULT, NULL); in kcf_sched_init()