Searched refs:lgrps_changed (Results 1 – 1 of 1) sorted by relevance
876 lgrp_id_t *lgrps_changed; in do_op() local1003 lgrps_changed = malloc(NLGRPS * sizeof (lgrp_id_t)); in do_op()1006 lgrps_changed == NULL) { in do_op()1043 lgrps_changed[lgrpid] = LGRP_NONE; in do_op()1113 lgrps_changed[lgrpid] = lgrpid; in do_op()1124 lgrps_changed[lgrps[i]] = lgrps[i]; in do_op()1131 print_affinities(lgrps_changed, cur_affs, NLGRPS); in do_op()1166 print_affinities(lgrps_changed, init_affs, NLGRPS); in do_op()1168 print_affinities(lgrps_changed, cur_affs, NLGRPS); in do_op()1172 free(lgrps_changed); in do_op()