Searched refs:caps_lock (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/disp/
H A Dcpucaps.c152 * caps_lock mutex. The lock is grabbed either by clock() or by events modifying
154 * while holding caps_lock to prevent clock() from blocking.
169 * caps_lock protects list of capped projects and zones, changes in the cap
176 static kmutex_t caps_lock; /* lock to protect: */ variable
296 * wait queue. Should be called with caps_lock held.
302 ASSERT(MUTEX_HELD(&caps_lock));
329 * Should be called with caps_lock held.
334 ASSERT(MUTEX_HELD(&caps_lock));
361 * Should be called with caps_lock held.
368 ASSERT(MUTEX_HELD(&caps_lock));
[all...]

Completed in 48 milliseconds