Searched refs:lgrp_root (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | lgrp_topo.c | 214 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 D | lgrp.c | 137 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() 314 lgrp_root->lgrp_nmnodes = 0; in lgrp_root_init() 316 lgrp_root->lgrp_plathand = hand; in lgrp_root_init() 318 lgrp_root->lgrp_id = id; in lgrp_root_init() 319 lgrp_root->lgrp_cpucnt = 0; in lgrp_root_init() 320 lgrp_root->lgrp_childcnt = 0; in lgrp_root_init() 321 klgrpset_clear(lgrp_root->lgrp_children); in lgrp_root_init() [all …]
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.pm | 113 $root = lgrp_root($cookie) unless defined $root; 140 $root = lgrp_root($cookie) unless defined $root; 204 return (lgrp_root(cookie(shift)));
|
H A D | Lgrp.xs | 267 lgrp_root(cookie)
|
/illumos-gate/usr/src/man/man3lgrp/ |
H A D | Makefile | 33 lgrp_root.3lgrp \
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/ |
H A D | Lgrp.pod | 60 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 D | mapfile-vers | 61 lgrp_root;
|
H A D | lgrp.c | 589 lgrp_root(lgrp_cookie_t cookie) in lgrp_root() function
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3lgrp.inc | 33 file path=usr/share/man/man3lgrp/lgrp_root.3lgrp
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | lgrp_user.h | 283 lgrp_id_t lgrp_root(lgrp_cookie_t cookie);
|
H A D | lgrp.h | 530 extern lgrp_t *lgrp_root; /* root lgroup */
|
/illumos-gate/usr/src/cmd/ptools/plgrp/ |
H A D | plgrp.c | 298 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 D | jlgrp.c | 112 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 D | Lgrp.t | 116 my $root = lgrp_root($c);
|