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

/illumos-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...]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm69 lgrp_root lgrp_version lgrp_view lgrp_resources
106 # If $root is not specified, use lgrp_root.
113 $root = lgrp_root($cookie) unless defined $root;
132 # If $lgrp is not specified, use lgrp_root.
140 $root = lgrp_root($cookie) unless defined $root;
204 return (lgrp_root(cookie(shift)));
H A DLgrp.xs269 lgrp_root(cookie)
/illumos-gate/usr/src/man/man3lgrp/
H A DMakefile33 lgrp_root.3lgrp \
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp_user.h282 lgrp_id_t lgrp_root(lgrp_cookie_t cookie);
H A Dlgrp.h528 extern lgrp_t *lgrp_root; /* root lgroup */
/illumos-gate/usr/src/cmd/pools/poold/libjlgrp/
H A Djlgrp.c115 root = (jlong) lgrp_root(getCookie(env, clazz, obj));
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t116 my $root = lgrp_root($c);
/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c300 lgrpid = lgrp_root(cookie);
464 root = lgrp_root(cookie);
1361 root = lgrp_root(cookie);
/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c592 lgrp_root(lgrp_cookie_t cookie) function

Completed in 77 milliseconds