Searched defs:ldom (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemSolver.java77 private LocalityDomain ldom; field in class:SystemSolver
244 if (ldom != null) {
245 ldom.close();
248 ldom = new LocalityDomain(LocalityDomain.LGRP_VIEW_OS);
568 .prepare(ldom,
H A DObjective.java871 private LocalityDomain ldom; field in class:LocalityObjective
874 * The set of LocalityGroups in this ldom.
889 allLGroups = ldom.getGroups();
911 * @param ldom LocalityDomain containing these resources.
917 public void prepare(LocalityDomain ldom, Resource res) argument
920 this.ldom = ldom;
978 if (ldom.getMaxLatency() == 0)
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_ckpt.c46 #include <sys/fm/ldom.h>
413 * ldom queue(s).
423 char ldom[ETM_LINE_LEN]; /* ldom id */ local
493 if (etm_filter_find_ldom_id(hdl, nvl, ldom, ETM_LINE_LEN,
503 fmd_hdl_debug(hdl, "Dispatch %s to ldom %s\n", name, ldom);
506 * Find the queue of the ldom, create it if not exist.
509 iosvc = etm_iosvc_lookup(hdl, ldom, DS_INVALID_HDL, B_TRUE);

Completed in 56 milliseconds