Home
last modified time | relevance | path

Searched refs:lgrp_root (Results 1 – 12 of 12) sorted by relevance

/onnv-gate/usr/src/uts/common/os/
H A Dlgrp_topo.c214 while (cur && cur != lgrp_root) { in lgrp_rsets_replace()
467 target == lgrp_root || target->lgrp_childcnt == 0 || in lgrp_collapse_dups()
512 if (lgrp == lgrp_root) { in lgrp_collapse_dups()
514 keep = lgrp_root; in lgrp_collapse_dups()
694 if (parent == NULL || parent->lgrp_childcnt < 2 || parent == lgrp_root) in lgrp_split()
994 if (parent == lgrp_root) { in lgrp_lineage_add()
1150 leaf->lgrp_parent = lgrp_root; in lgrp_leaf_add()
1151 lgrp_root->lgrp_childcnt++; in lgrp_leaf_add()
1152 klgrpset_add(lgrp_root->lgrp_children, leaf->lgrp_id); in lgrp_leaf_add()
1154 klgrpset_or(lgrp_root->lgrp_leaves, leaf->lgrp_leaves); in lgrp_leaf_add()
[all …]
H A Dlgrp.c135 lgrp_t *lgrp_root = NULL; variable
308 lgrp_root = &lroot; in lgrp_root_init()
310 lgrp_root->lgrp_cpu = NULL; in lgrp_root_init()
311 lgrp_root->lgrp_mnodes = 0; in lgrp_root_init()
312 lgrp_root->lgrp_nmnodes = 0; in lgrp_root_init()
314 lgrp_root->lgrp_plathand = hand; in lgrp_root_init()
316 lgrp_root->lgrp_id = id; in lgrp_root_init()
317 lgrp_root->lgrp_cpucnt = 0; in lgrp_root_init()
318 lgrp_root->lgrp_childcnt = 0; in lgrp_root_init()
319 klgrpset_clear(lgrp_root->lgrp_children); in lgrp_root_init()
[all …]
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm112 $root = lgrp_root($cookie) unless defined $root;
139 $root = lgrp_root($cookie) unless defined $root;
203 return (lgrp_root(cookie(shift)));
H A DLgrp.xs269 lgrp_root(cookie)
/onnv-gate/usr/src/uts/common/sys/
H A Dlgrp_user.h284 lgrp_id_t lgrp_root(lgrp_cookie_t cookie);
304 lgrp_id_t lgrp_root();
H A Dlgrp.h528 extern lgrp_t *lgrp_root; /* root lgroup */
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod62 my $root = lgrp_root($cookie);
309 =item lgrp_root($cookie)
314 See L<lgrp_root(3LGRP)> for more information.
486 not specified, uses the value of lgrp_root($cookie). Returns the empty list on
495 not specified, uses the value of lgrp_root($cookie). Returns B<undef> or empty
538 Returns the root lgroup. It is a wrapper for L<lgrp_root()>.
588 L<lgrp_root()> if $lgrp is not specified). This is a wrapper for L<lgrp_lgrps()>.
593 is not specified, uses the value of lgrp_root(). This is a wrapper for
637 lgrp_root(), lgrp_version(), lgrp_view(), lgrp_resources(),
731 L<lgrp_root(3LGRP)>,
/onnv-gate/usr/src/lib/liblgrp/common/
H A Dmapfile-vers61 lgrp_root;
H A Dlgrp.c592 lgrp_root(lgrp_cookie_t cookie) in lgrp_root() function
/onnv-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c300 lgrpid = lgrp_root(cookie); in lgrps_bitmap_init()
464 root = lgrp_root(cookie); in parse_lgrps()
1361 root = lgrp_root(cookie); in main()
/onnv-gate/usr/src/cmd/pools/poold/libjlgrp/
H A Djlgrp.c115 root = (jlong) lgrp_root(getCookie(env, clazz, obj)); in Java_com_sun_solaris_service_locality_LocalityDomain_jl_1root()
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t116 my $root = lgrp_root($c);