Home
last modified time | relevance | path

Searched refs:ZONEZ (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java470 public static final int ZONEZ = 0x10000; field in StatisticOperations
677 ZONEZ | ZONELT : (val > target + 3 * sd) ? in getZone()
678 ZONEZ | ZONEGT : (val < target - 2 * sd) ? in getZone()
H A DObjective.java1135 if ((zone & StatisticOperations.ZONEZ) == in examine()
1136 StatisticOperations.ZONEZ) { in examine()