Lines Matching refs:initial_set
71 cpu_set_t *initial_set; member
92 param->initial_set)) in thread_burn_any_cpu()
157 cpu_set_t *initial_set = CPU_ALLOC (conf->set_size); in early_test() local
161 || initial_set == NULL || scratch_set == NULL) in early_test()
166 if (getaffinity (CPU_ALLOC_SIZE (conf->set_size), initial_set) < 0) in early_test()
173 if (!CPU_ISSET_S (cpu, CPU_ALLOC_SIZE (conf->set_size), initial_set)) in early_test()
176 other_threads[cpu].initial_set = initial_set; in early_test()
200 if (!CPU_ISSET_S (cpu, CPU_ALLOC_SIZE (conf->set_size), initial_set)) in early_test()
210 stop_and_join_threads (conf, initial_set, in early_test()
221 stop_and_join_threads (conf, initial_set, in early_test()
231 if (!CPU_ISSET_S (cpu, CPU_ALLOC_SIZE (conf->set_size), initial_set)) in early_test()
240 stop_and_join_threads (conf, initial_set, in early_test()
251 main_thread.initial_set = initial_set; in early_test()
256 stop_and_join_threads (conf, initial_set, in early_test()
263 CPU_COUNT_S (CPU_ALLOC_SIZE (conf->set_size), initial_set)); in early_test()
267 if (!CPU_ISSET_S (cpu, CPU_ALLOC_SIZE (conf->set_size), initial_set)) in early_test()
279 CPU_FREE (initial_set); in early_test()