Searched refs:init_affs (Results 1 – 1 of 1) sorted by relevance
874 lgrp_affinity_t *init_affs; in do_op() local1001 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()[all …]