Lines Matching defs:root
433 mde_cookie_t root = MDE_INVAL_ELEM_COOKIE;
440 return (root);
443 root = md_root_node(md);
445 if (root == MDE_INVAL_ELEM_COOKIE) {
447 return (root);
452 MPO_DEBUG("md_get_root: root: %lx\n", root);
454 return (root);
458 lgrp_update(md_t *md, mde_cookie_t root)
465 n_lgrpnodes = md_alloc_scan_dag(md, root, PROP_LG_MEM_LG,
565 mde_cookie_t root, *cpunodes, *mblocknodes;
574 if ((root = md_get_root(md)) == MDE_INVAL_ELEM_COOKIE) {
579 n_mblocks = md_alloc_scan_dag(md, root, PROP_LG_MBLOCK, "fwd",
615 n_cpunodes = md_alloc_scan_dag(md, root, PROP_LG_CPU, "fwd", &cpunodes);
626 if ((ret_val = lgrp_update(md, root)) == -1)
832 /* Disable option to choose root lgroup if all leaf lgroups are busy */
985 * (root and child) and getting latency between two different lgroups
986 * or root is involved.
1648 mde_cookie_t root, *mblocknodes;
1656 if ((root = md_get_root(md)) == MDE_INVAL_ELEM_COOKIE)
1659 nmblocks = md_alloc_scan_dag(md, root, PROP_LG_MBLOCK, "fwd",