Searched defs:affs (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c134 lgrp_affinity_t *affs; /* lgroup affinities */ member in struct:plgrp_args
271 arg->affs = realloc(arg->affs,
274 if (arg->affs == NULL) {
282 arg->affs[arg->nlgrps] = LGRP_AFF_INVALID;
550 print_affinities(lgrp_id_t *lgrps, lgrp_affinity_t *affs, int nelements) argument
585 switch (affs[i]) {
872 lgrp_affinity_t *affs; local
896 affs = plgrp_args->affs;
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c483 lgrp_affinity_t *affs; local
499 affs = t->t_lgrp_affinity;
514 best_aff = affs[best_lpl->lpl_lgrpid];
518 if (affs[lgrpid] > best_aff) {
520 best_aff = affs[lgrpid];
542 best_aff = affs[lgrpid];
559 if (affs[lgrpid] > best_aff) {
560 best_aff = affs[lgrpid];
589 lgrp_affinity_t *affs; local
621 affs
[all...]

Completed in 60 milliseconds