Home
last modified time | relevance | path

Searched refs:affs (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c269 arg->affs = realloc(arg->affs, in lgrps_add_lgrp()
272 if (arg->affs == NULL) { in lgrps_add_lgrp()
280 arg->affs[arg->nlgrps] = LGRP_AFF_INVALID; in lgrps_add_lgrp()
583 switch (affs[i]) { in print_affinities()
870 lgrp_affinity_t *affs; in do_op() local
894 affs = plgrp_args->affs; in do_op()
922 if (affs[i] == LGRP_AFF_INVALID) { in do_op()
935 print_affinities(lgrps, affs, nlgrps); in do_op()
1050 lgrp_affinity_t aff = affs[i]; in do_op()
1523 if (plgrp_todo.affs[i] == in main()
[all …]
/illumos-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c483 lgrp_affinity_t *affs; in lgrp_affinity_best() local
499 affs = t->t_lgrp_affinity; in lgrp_affinity_best()
518 if (affs[lgrpid] > best_aff) { in lgrp_affinity_best()
520 best_aff = affs[lgrpid]; in lgrp_affinity_best()
542 best_aff = affs[lgrpid]; in lgrp_affinity_best()
559 if (affs[lgrpid] > best_aff) { in lgrp_affinity_best()
560 best_aff = affs[lgrpid]; in lgrp_affinity_best()
589 lgrp_affinity_t *affs; in lgrp_affinity_set_thread() local
621 affs = t->t_lgrp_affinity; in lgrp_affinity_set_thread()
622 affs[lgrp] = aff; in lgrp_affinity_set_thread()
[all …]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t162 my @affs = (LGRP_AFF_WEAK, LGRP_AFF_STRONG, LGRP_AFF_NONE);
164 foreach my $aff (@affs) {