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

/opensolaris-onvv-gate/usr/src/lib/liblgrp/common/
H A Dmapfile-vers61 lgrp_root;
H A Dlgrp.c592 lgrp_root(lgrp_cookie_t cookie) function
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dlgrp_topo.c214 while (cur && cur != lgrp_root) {
467 target == lgrp_root || target->lgrp_childcnt == 0 ||
512 if (lgrp == lgrp_root) {
514 keep = lgrp_root;
694 if (parent == NULL || parent->lgrp_childcnt < 2 || parent == lgrp_root)
994 if (parent == lgrp_root) {
1150 leaf->lgrp_parent = lgrp_root;
1151 lgrp_root->lgrp_childcnt++;
1152 klgrpset_add(lgrp_root->lgrp_children, leaf->lgrp_id);
1154 klgrpset_or(lgrp_root
[all...]
H A Dlgrp.c135 lgrp_t *lgrp_root = NULL; variable
308 lgrp_root = &lroot;
310 lgrp_root->lgrp_cpu = NULL;
311 lgrp_root->lgrp_mnodes = 0;
312 lgrp_root->lgrp_nmnodes = 0;
314 lgrp_root->lgrp_plathand = hand;
316 lgrp_root->lgrp_id = id;
317 lgrp_root->lgrp_cpucnt = 0;
318 lgrp_root->lgrp_childcnt = 0;
319 klgrpset_clear(lgrp_root
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm68 lgrp_root lgrp_version lgrp_view lgrp_resources
105 # If $root is not specified, use lgrp_root.
112 $root = lgrp_root($cookie) unless defined $root;
131 # If $lgrp is not specified, use lgrp_root.
139 $root = lgrp_root($cookie) unless defined $root;
203 return (lgrp_root(cookie(shift)));
H A DLgrp.xs269 lgrp_root(cookie)
/opensolaris-onvv-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 */
/opensolaris-onvv-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(
[all...]
/opensolaris-onvv-gate/usr/src/cmd/pools/poold/libjlgrp/
H A Djlgrp.c115 root = (jlong) lgrp_root(getCookie(env, clazz, obj));
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t116 my $root = lgrp_root($c);
/opensolaris-onvv-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c300 lgrpid = lgrp_root(cookie);
464 root = lgrp_root(cookie);
1361 root = lgrp_root(cookie);

Completed in 194 milliseconds