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

/opensolaris-onvv-gate/usr/src/uts/common/disp/
H A Dcpucaps.c172 * Changing zone caps also sets cpucaps_busy to avoid races when a zone cap is
180 boolean_t cpucaps_busy; /* - is framework busy? */ variable
245 cpucaps_busy = B_FALSE;
679 if (cpucaps_busy) {
717 cpucaps_busy = B_TRUE;
727 cpucaps_busy = B_FALSE;
734 cpucaps_busy = B_TRUE;
744 cpucaps_busy = B_FALSE;
753 ASSERT(!cpucaps_busy);

Completed in 184 milliseconds