Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemSolver.java482 List resList = pool.getResources(null); in solve() local
483 Iterator itRes = resList.iterator(); in solve()
509 List resList = rwConf.getResources(valueList); in solve() local
511 List donors = getDonors(resList); in solve()
512 List receivers = getRecipients(resList); in solve()
811 private List getRecipients(List resList) throws PoolsException in getRecipients() argument
815 for (int i = 0; i < resList.size(); i++) { in getRecipients()
817 res = (Resource)resList.get(i); in getRecipients()
839 private List getDonors(List resList) throws PoolsException in getDonors() argument
843 for (int i = 0; i < resList.size(); i++) { in getDonors()
[all …]
H A DObjective.java361 List resList = conf.getResources(valueList); in examine() local
363 Iterator itRes = resList.iterator(); in examine()