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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dcpucaps_impl.h43 * When resource control framework sets the cap to NOCAP value the cap
46 #define NOCAP MAXCAP macro
/opensolaris-onvv-gate/usr/src/uts/common/disp/
H A Dcpucaps.c118 * value to NOCAP is equivalent to removing the cap.
123 * to NOCAP is equivalent to removing the cap.
649 * If cap_val is equal to NOCAP, disable zone cap.
671 if ((CPUCAPS_OFF() || !ZONE_IS_CAPPED(zone)) && (cap_val == NOCAP))
711 if (cap_val == NOCAP) {
784 (void) cpucaps_zone_set(zone, NOCAP);
830 * If cap_val is equal to NOCAP, disable project cap.
854 if ((cap_val == NOCAP) && (CPUCAPS_OFF() || !PROJECT_IS_CAPPED(kpj)))
898 if (cap_val != NOCAP) {

Completed in 108 milliseconds