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

/illumos-gate/usr/src/uts/common/os/
H A Dzone.c150 * zonehash_lock: This is a top-level global lock used to protect the
170 * pool_lock --> cpu_lock --> zonehash_lock --> zone_status_lock -->
174 * zonehash_lock --> a_lock --> pidlock --> p_lock --> zone_mem_lock
175 * zonehash_lock --> a_lock --> pidlock --> p_lock --> zone_nlwps_lock
299 static kmutex_t zonehash_lock; variable
316 * List of active zones, protected by zonehash_lock.
440 * serialized by zonehash_lock) in progress at the same time, but not
462 * called with zonehash_lock held.
464 ASSERT(MUTEX_NOT_HELD(&zonehash_lock));
546 * most recent list of keys. Then under zonehash_lock w
[all...]

Completed in 54 milliseconds