Home
last modified time | relevance | path

Searched refs:getLongProperty (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityGroup.java161 int id = (int) comp.getLongProperty("cpu.sys_id"); in countForeignGroups()
184 if (set_cpus[i] == (int)comp.getLongProperty( in contains()
H A DLocalityDomain.java173 int id = (int) comp.getLongProperty(CPU_SYS_ID); in foreignGroups()
199 int id = (int) comp.getLongProperty(CPU_SYS_ID); in getRepresentativeGroup()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemSolver.java481 getLongProperty("pool.importance"); in solve()
820 size = res.getLongProperty(type+".size"); in getRecipients()
821 max = res.getLongProperty(type+".max"); in getRecipients()
852 size = res.getLongProperty(type+".size"); in getDonors()
857 min = res.getLongProperty(type+".min"); in getDonors()
H A DSystemMonitor.java145 interval = (int)conf.getLongProperty( in initialize()
250 (int) cpu.getLongProperty("cpu.sys_id"), in getNext()
H A DObjective.java375 res.getLongProperty("pset.min"), in examine()
376 res.getLongProperty("pset.max")); in examine()
699 int cpuid = (int) currentCPU.getLongProperty("cpu.sys_id"); in countLgroups()
1016 int cpuid = (int) cpu.getLongProperty("cpu.sys_id"); in calculate()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DProperty.java60 public long getLongProperty(String name) throws PoolsException; in getLongProperty() method
H A DElement.java200 public long getLongProperty(String name) throws PoolsException in getLongProperty() method in Element