Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp_topo.c512 if (lgrp == lgrp_root) { in lgrp_collapse_dups()
514 keep = lgrp_root; in lgrp_collapse_dups()
994 if (parent == lgrp_root) { in lgrp_lineage_add()
1151 lgrp_root->lgrp_childcnt++; in lgrp_leaf_add()
1160 lgrp_root->lgrp_set); in lgrp_leaf_add()
1187 lgrp_root->lgrp_latency = lgrp_plat_latency(lgrp_root->lgrp_plathand, in lgrp_leaf_add()
1368 if (lgrp == lgrp_root) { in lgrp_topo_flatten()
1402 lgrp_root->lgrp_childcnt++; in lgrp_topo_flatten()
1477 lgrp_root->lgrp_id); in lgrp_topo_update()
1478 klgrpset_add(lgrp_root->lgrp_leaves, lgrp_root->lgrp_id); in lgrp_topo_update()
[all …]
H A Dlgrp.c137 lgrp_t *lgrp_root = NULL; variable
310 lgrp_root = &lroot; in lgrp_root_init()
312 lgrp_root->lgrp_cpu = NULL; in lgrp_root_init()
313 lgrp_root->lgrp_mnodes = 0; in lgrp_root_init()
318 lgrp_root->lgrp_id = id; in lgrp_root_init()
319 lgrp_root->lgrp_cpucnt = 0; in lgrp_root_init()
3656 return (lgrp_root); in lgrp_mem_choose()
3700 if (lgrp == lgrp_root) in lgrp_mem_choose()
3718 lgrp = lgrp_root; in lgrp_mem_choose()
3763 lgrp = lgrp_root; in lgrp_mem_choose()
[all …]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm113 $root = lgrp_root($cookie) unless defined $root;
140 $root = lgrp_root($cookie) unless defined $root;
204 return (lgrp_root(cookie(shift)));
H A DLgrp.xs267 lgrp_root(cookie)
/illumos-gate/usr/src/man/man3lgrp/
H A DMakefile33 lgrp_root.3lgrp \
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod60 my $root = lgrp_root($cookie);
307 =item lgrp_root($cookie)
312 See L<lgrp_root(3LGRP)> for more information.
484 not specified, uses the value of lgrp_root($cookie). Returns the empty list on
493 not specified, uses the value of lgrp_root($cookie). Returns B<undef> or empty
536 Returns the root lgroup. It is a wrapper for L<lgrp_root()>.
586 L<lgrp_root()> if $lgrp is not specified). This is a wrapper for L<lgrp_lgrps()>.
591 is not specified, uses the value of lgrp_root(). This is a wrapper for
635 lgrp_root(), lgrp_version(), lgrp_view(), lgrp_resources(),
729 L<lgrp_root(3LGRP)>,
/illumos-gate/usr/src/lib/liblgrp/common/
H A Dmapfile-vers61 lgrp_root;
H A Dlgrp.c589 lgrp_root(lgrp_cookie_t cookie) in lgrp_root() function
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3lgrp.inc33 file path=usr/share/man/man3lgrp/lgrp_root.3lgrp
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp_user.h283 lgrp_id_t lgrp_root(lgrp_cookie_t cookie);
H A Dlgrp.h530 extern lgrp_t *lgrp_root; /* root lgroup */
/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c298 lgrpid = lgrp_root(cookie); in lgrps_bitmap_init()
462 root = lgrp_root(cookie); in parse_lgrps()
1359 root = lgrp_root(cookie); in main()
/illumos-gate/usr/src/cmd/pools/poold/libjlgrp/
H A Djlgrp.c112 root = (jlong) lgrp_root(getCookie(env, clazz, obj)); in Java_com_sun_solaris_service_locality_LocalityDomain_jl_1root()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t116 my $root = lgrp_root($c);