Searched refs:nlgrps (Results 1 - 14 of 14) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t80 my $nlgrps = $c->nlgrps;
81 ok($nlgrps, 'lgrp_nlgrps') or
84 my $is_numa = ($nlgrps > 1);
90 is(scalar @lgrps, $nlgrps, 'lgrp_nlgrps() should match number of lgrps');
H A DLgrp.t122 my $nlgrps = lgrp_nlgrps($c);
123 ok($nlgrps);
127 ok(scalar @lgrps, $nlgrps, 'lgrp_nlgrps() should match number of lgrps');
128 ok($nlgrps, lgrp_lgrps($c), 'lgrp_lgrps() in scalar context is sane');
239 ok($nlgrps, $c->nlgrps, 'nlgrps');
/opensolaris-onvv-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c135 int nlgrps; /* number of lgroups */ member in struct:plgrp_args
260 if (arg->nlgrps == arg->nelements) {
281 arg->lgrps[arg->nlgrps] = id;
282 arg->affs[arg->nlgrps] = LGRP_AFF_INVALID;
283 arg->nlgrps++;
489 print_lgrps(lgrp_id_t *lgrps, int nlgrps) argument
500 for (i = 1; i < nlgrps; i++) {
879 int nlgrps; local
897 nlgrps = plgrp_args->nlgrps;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dlgrp.c598 int nlgrps; local
609 if (mdb_readsym(&nlgrps, sizeof (int), "lgrp_alloc_max") == -1) {
614 if (nlgrps < 0) {
615 mdb_warn("lgrp_alloc_max of bounds (%d)\n", nlgrps);
619 nlgrps++;
622 if ((id = lgrp_set_get_first(set, nlgrps)) == LGRP_NONE) {
623 mdb_warn("No set elements within %d lgroups\n", nlgrps);
634 if (sym.st_size < nlgrps * sizeof (lgrp_t *)) {
640 lwsd->lswd_nlgrps = nlgrps;
642 if (mdb_readsym(lwsd->lwsd_lgrp_tbl, nlgrps * sizeo
[all...]
/opensolaris-onvv-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c368 * parents and decrementing nlgrps
1026 int nlgrps; local
1063 nlgrps = 0;
1066 if (lgrps != NULL && nlgrps < count)
1067 lgrps[nlgrps] = i;
1068 nlgrps++;
1071 return (nlgrps);
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm206 sub nlgrps subroutine
208 scalar @_ == 1 or _usage("nlgrps(class)");
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod59 my $nlgrps = lgrp_nlgrps($cookie);
60 $nlgrps = $l->nlgrps();
550 =item nlgrps()
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dlgrp.c97 int nlgrps; /* number of lgroups in machine */ variable
286 if (nlgrps > 2)
305 ASSERT(nlgrps == 0);
306 id = nlgrps++;
858 lgrpid = nlgrps++;
868 nlgrps++;
888 if (nlgrps > nlgrpsmax || my_lgrp == NULL)
889 panic("Too many lgrps for platform (%d)", nlgrps);
925 if (nlgrps == 1)
959 nlgrps
[all...]
H A Dlgrp_topo.c1474 if (nlgrps == 1) {
H A Dmem_config.c562 if (nlgrps == 1)
2803 if (nlgrps == 1)
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dlgrp.h523 extern int nlgrps; /* number of lgroups in machine */
/opensolaris-onvv-gate/usr/src/cmd/ps/
H A Dps.c259 static size_t nlgrps = 0; /* number elements in the list */ variable
463 if (nlgrps == lgrps_size) {
472 lgrps[nlgrps++] = id;
980 else if (hflg && search((pid_t *)lgrps, nlgrps, info.pr_lwp.pr_lgrp))
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c1299 snap_nlgrps = nlgrps;
/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dvm_page.c2014 if (lpg_alloc_prefer == LPAP_LOCAL && nlgrps > 1) {

Completed in 290 milliseconds