Lines Matching refs:lgrps_changed
878 lgrp_id_t *lgrps_changed;
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);