Searched refs:LocalityDomain (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DMakefile32 SOURCE = LocalityDomain.java \
H A DLocalityGroup.java45 private LocalityDomain domain;
74 public LocalityGroup(LocalityDomain domain, long id,
138 * same LocalityDomain.
H A DLocalityDomain.java40 public class LocalityDomain class
60 * The view used to create this LocalityDomain.
71 * The root LocalityGroup for the LocalityDomain
88 * @param view to use when creating the LocalityDomain.
92 public LocalityDomain(int view) throws Exception method in class:LocalityDomain
101 * LocalityDomain, we calculate it once in the
133 * Close this LocalityDomain. Resources are reclaimed in the C
134 * proxy and this LocalityDomain should never be used
136 * this LocalityDomain should be used after this method is
257 * Return the set of all LocalityGroups for this LocalityDomain
[all...]
/illumos-gate/usr/src/cmd/pools/poold/libjlgrp/
H A DMakefile39 com.sun.solaris.service.locality.LocalityDomain \
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemSolver.java75 * The LocalityDomain extracted from the configuration.
77 private LocalityDomain ldom;
242 * Capture the LocalityDomain details.
248 ldom = new LocalityDomain(LocalityDomain.LGRP_VIEW_OS);
H A DObjective.java871 private LocalityDomain ldom;
911 * @param ldom LocalityDomain containing these resources.
917 public void prepare(LocalityDomain ldom, Resource res)

Completed in 59 milliseconds