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

/illumos-gate/usr/src/uts/common/os/
H A Dproject.c46 static kmutex_t project_hash_lock; variable
105 * If both the hash lock, project_hash_lock, and the list lock are to be
177 * project_hash_lock must not be held across the project_hold() call.
182 mutex_enter(&project_hash_lock);
186 mutex_exit(&project_hash_lock);
229 mutex_enter(&project_hash_lock);
237 mutex_exit(&project_hash_lock);
251 mutex_enter(&project_hash_lock);
306 mutex_exit(&project_hash_lock);
340 mutex_enter(&project_hash_lock);
[all...]

Completed in 55 milliseconds