Lines Matching defs:nodes
47 * nodes in the Machine Description, as specified in FWARC/2007/260. These
48 * tie together cpu nodes and mblock nodes, and contain mask and match
112 * Build mblocks based on mblock nodes read from the MD.
343 mde_cookie_t *nodes;
348 /* Find lgroup nodes reachable from this cpu */
350 "fwd", &nodes);
356 result = get_int(md, nodes[j], PROP_LG_LATENCY,
358 result |= get_int(md, nodes[j], PROP_LG_MATCH,
379 md_free_scan_dag(md, &nodes);
439 MPO_STATUS("md_get_root: No nodes in node count\n");
463 mde_cookie_t *nodes, *lgrpnodes;
525 * Ensure that all lgrp nodes see all the mblocks. However, if
533 PROP_LG_MBLOCK, "fwd", &nodes);
534 md_free_scan_dag(md, &nodes);
557 * Number of CPU nodes, lgrp_nodes, and mblocks
582 MPO_STATUS("lgrp_traverse: No mblock nodes detected in Machine "
618 MPO_STATUS("lgrp_traverse: No CPU nodes detected "
711 /* Build the CPU nodes */
714 /* Read in the lgroup nodes */
1426 * Returns 1 if lgroup nodes were removed, 0 otherwise.
1624 "No non-empty mblock nodes were found "
1640 * needed, as we read *all* mblock nodes from the MD. Save the mblocks
1662 MPO_STATUS("No mblock nodes detected in Machine Descriptor\n");