Searched refs:lgrps_changed (Results 1 – 1 of 1) sorted by relevance
878 lgrp_id_t *lgrps_changed; in do_op() local1005 lgrps_changed = malloc(NLGRPS * sizeof (lgrp_id_t)); in do_op()1008 lgrps_changed == NULL) { in do_op()1045 lgrps_changed[lgrpid] = LGRP_NONE; in do_op()1115 lgrps_changed[lgrpid] = lgrpid; in do_op()1126 lgrps_changed[lgrps[i]] = lgrps[i]; in do_op()1133 print_affinities(lgrps_changed, cur_affs, NLGRPS); in do_op()1168 print_affinities(lgrps_changed, init_affs, NLGRPS); in do_op()1170 print_affinities(lgrps_changed, cur_affs, NLGRPS); in do_op()1174 free(lgrps_changed); in do_op()