Home
last modified time | relevance | path

Searched refs:lgrp_children (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp_topo.c291 klgrpset_del(parent->lgrp_children, lgrpid); in lgrp_ancestor_delete()
378 !klgrpset_ismember(lgrp1->lgrp_children, i)) in lgrp_consolidate()
570 klgrpset_add(new->lgrp_children, child->lgrp_id); in lgrp_new_parent()
572 klgrpset_add(new->lgrp_children, child->lgrp_id); in lgrp_new_parent()
577 klgrpset_del(old->lgrp_children, child->lgrp_id); in lgrp_new_parent()
578 klgrpset_add(old->lgrp_children, new->lgrp_id); in lgrp_new_parent()
757 klgrpset_add(grandparent->lgrp_children, in lgrp_split()
1386 klgrpset_del(parent->lgrp_children, in lgrp_topo_flatten()
1561 klgrpset_print(lgrp->lgrp_children); in lgrp_print()
1574 siblings = lgrp_root->lgrp_children; in lgrp_topo_print()
[all …]
H A Dlgrp.c321 klgrpset_clear(lgrp_root->lgrp_children); in lgrp_root_init()
495 klgrpset_clear(lgrp_root->lgrp_children); in lgrp_main_init()
903 klgrpset_clear(my_lgrp->lgrp_children); in lgrp_create()
953 klgrpset_clear(lgrp->lgrp_children); in lgrp_destroy()
1906 children = lgrp_table[lpl_parent->lpl_lgrpid]->lgrp_children; in lpl_child_update()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm100 return (!lgrp_children(shift, shift));
115 my @children = lgrp_children($cookie, $root);
235 return (lgrp_children(cookie(shift), shift));
H A DLgrp.xs301 # @children = lgrp_children($cookie, $parent).
304 lgrp_children(cookie, lgrp)
312 if ((count = lgrp_children(cookie, lgrp, NULL, 0)) < 0)
323 count = lgrp_children(cookie, lgrp, lgrps, count);
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t134 my @children = lgrp_children($c, $root);
135 ok(scalar @children, lgrp_children($c, $root), 'lgrp_children as scalar');
160 @children = lgrp_children($c, -1);
161 my $nchildren = lgrp_children($c, -1);
/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c685 lgrp_children(lgrp_cookie_t cookie, lgrp_id_t lgrp, lgrp_id_t *children, in lgrp_children() function
689 ulong_t *lgrp_children; in lgrp_children() local
734 lgrp_children = &snap->ss_children[lgrp * BT_BITOUL(nlgrps_max)]; in lgrp_children()
736 if (lgrp_children == NULL) in lgrp_children()
745 if (BT_TEST(lgrp_children, i)) { in lgrp_children()
H A Dmapfile-vers51 lgrp_children;
/illumos-gate/usr/src/man/man3lgrp/
H A DMakefile22 lgrp_children.3lgrp \
/illumos-gate/usr/src/cmd/pools/poold/libjlgrp/
H A Djlgrp.c151 nchild0 = (jsize)lgrp_children(cookie, (lgrp_id_t)id, NULL, 0); in Java_com_sun_solaris_service_locality_LocalityGroup_jl_1children()
158 nchild = lgrp_children(cookie, (lgrp_id_t)id, native_child, nchild0); in Java_com_sun_solaris_service_locality_LocalityGroup_jl_1children()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3lgrp.inc20 file path=usr/share/man/man3lgrp/lgrp_children.3lgrp
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod66 my @children = lgrp_children($cookie, $lgrp);
270 =item lgrp_children($cookie, $lgrp)
275 When called in scalar context, L<lgrp_children()> function returns the number of
281 See L<lgrp_children(3LGRP)> for more information.
541 wrapper for L<lgrp_children()>.
632 lgrp_affinity_get(), lgrp_affinity_set(), lgrp_children(), lgrp_cookie_stale(),
719 L<lgrp_children(3LGRP)>,
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp_user.h253 int lgrp_children(lgrp_cookie_t cookie, lgrp_id_t lgrp,
H A Dlgrp.h236 klgrpset_t lgrp_children; /* children lgroups */ member
/illumos-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c1232 ulong_t *lgrp_children; in lgrp_snapshot() local
1411 lgrp_snap->ss_children = lgrp_children = in lgrp_snapshot()
1416 (ulong_t *)((uintptr_t)lgrp_children + (snap_nlgrpsmax * in lgrp_snapshot()
1455 (ulong_t *)((uintptr_t)lgrp_children + (i * bitmask_size)); in lgrp_snapshot()
1458 if (klgrpset_ismember(lgrp->lgrp_children, j)) in lgrp_snapshot()
/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c331 nchildren = lgrp_children(cookie, lgrpid, NULL, 0); in lgrps_bitmap_init()
339 if (lgrp_children(cookie, lgrpid, children, nchildren) != in lgrps_bitmap_init()
471 lgrp_children(cookie, i, NULL, 0) == 0) in parse_lgrps()