Searched refs:zoneList (Results 1 – 3 of 3) sorted by relevance
69 static zoneList_t zoneList = (zoneList_t)NULL; variable145 zoneList = a_zlst; in quitSetZonelist()268 if (zoneList != (zoneList_t)NULL) { in quit()269 (void) z_unlock_zones(zoneList, ZLOCKS_ALL); in quit()
74 static zoneList_t zoneList = (zoneList_t)NULL; variable169 zoneList = a_zlst; in quitSetZonelist()337 if (zoneList != (zoneList_t)NULL) { in quit()338 (void) z_unlock_zones(zoneList, ZLOCKS_ALL); in quit()
1065 private List zoneList = new LinkedList(); field in UtilizationObjective1126 if (zoneList.size() == 9) { in examine()1127 zoneList.remove(0); in examine()1129 zoneList.add(new Integer(sl.getZoneMean(val))); in examine()1305 Iterator itZones = zoneList.iterator(); in checkShort()1316 if (zoneList.size() >= 9) { in checkShort()1323 if (zoneList.size() >= 9 && checkOne) { in checkShort()1330 zoneList.clear(); in checkShort()