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

/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c878 lgrp_id_t *lgrps_changed; local
1005 lgrps_changed = malloc(NLGRPS * sizeof (lgrp_id_t));
1008 lgrps_changed == NULL) {
1045 lgrps_changed[lgrpid] = LGRP_NONE;
1115 lgrps_changed[lgrpid] = lgrpid;
1126 lgrps_changed[lgrps[i]] = lgrps[i];
1133 print_affinities(lgrps_changed, cur_affs, NLGRPS);
1168 print_affinities(lgrps_changed, init_affs, NLGRPS);
1170 print_affinities(lgrps_changed, cur_affs, NLGRPS);
1174 free(lgrps_changed);
[all...]

Completed in 45 milliseconds