Searched defs:srndpool_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dswrand.c88 static kmutex_t srndpool_lock; /* protects r/w accesses to the pool, */ variable
203 mutex_init(&srndpool_lock, NULL, MUTEX_DEFAULT, NULL);
238 mutex_enter(&srndpool_lock);
240 mutex_exit(&srndpool_lock);
256 mutex_destroy(&srndpool_lock);
325 mutex_enter(&srndpool_lock);
344 mutex_exit(&srndpool_lock);
352 &srndpool_lock) == 0) {
354 mutex_exit(&srndpool_lock);
428 mutex_exit(&srndpool_lock);
[all...]

Completed in 68 milliseconds