Lines Matching refs:init_affs
874 lgrp_affinity_t *init_affs; in do_op() local
1001 init_affs = malloc(NLGRPS * sizeof (lgrp_affinity_t)); in do_op()
1005 if (init_affs == NULL || cur_affs == NULL || in do_op()
1010 if (init_affs != NULL) in do_op()
1011 free(init_affs); in do_op()
1025 init_affs[lgrpid] = LGRP_AFF_INVALID; in do_op()
1027 init_affs[lgrpid] = in do_op()
1031 if (init_affs[lgrpid] == LGRP_AFF_INVALID) { in do_op()
1042 cur_affs[lgrpid] = init_affs[lgrpid]; in do_op()
1112 if (init_affs[lgrpid] != cur_affs[lgrpid]) { in do_op()
1166 print_affinities(lgrps_changed, init_affs, NLGRPS); in do_op()
1173 free(init_affs); in do_op()