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

/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c228 static kmutex_t env_cache_lock; variable
431 mutex_init(&env_cache_lock, NULL, MUTEX_DEFAULT, NULL);
468 mutex_destroy(&env_cache_lock);
1086 * someone won't grab the env_cache_lock between the update and snapshot
1113 mutex_enter(&env_cache_lock);
1176 mutex_exit(&env_cache_lock);
1531 * the env_cache_lock when it wants to get a snapshot of
1542 mutex_enter(&env_cache_lock);
1555 mutex_exit(&env_cache_lock);
1586 mutex_exit(&env_cache_lock);
[all...]

Completed in 74 milliseconds