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

/illumos-gate/usr/src/uts/common/os/
H A Dzone.c166 * zone_deathrow_lock: This is a global lock protecting the "deathrow"
326 static kmutex_t zone_deathrow_lock; variable
2379 mutex_enter(&zone_deathrow_lock);
2381 mutex_exit(&zone_deathrow_lock);
5366 mutex_enter(&zone_deathrow_lock);
5368 mutex_exit(&zone_deathrow_lock);

Completed in 78 milliseconds