Lines Matching refs:set_size

91 	      || !CPU_ISSET_S (cpu, CPU_ALLOC_SIZE (param->conf->set_size),  in thread_burn_any_cpu()
99 CPU_SET_S (cpu, CPU_ALLOC_SIZE (param->conf->set_size), in thread_burn_any_cpu()
118 if (!CPU_ISSET_S (cpu, CPU_ALLOC_SIZE (conf->set_size), set)) in stop_and_join_threads()
134 if (!CPU_ISSET_S (cpu, CPU_ALLOC_SIZE (conf->set_size), set)) in stop_and_join_threads()
157 cpu_set_t *initial_set = CPU_ALLOC (conf->set_size); in early_test()
158 cpu_set_t *scratch_set = CPU_ALLOC (conf->set_size); 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()
178 other_threads[cpu].seen_set = CPU_ALLOC (conf->set_size); in early_test()
184 CPU_ZERO_S (CPU_ALLOC_SIZE (conf->set_size), in early_test()
200 if (!CPU_ISSET_S (cpu, CPU_ALLOC_SIZE (conf->set_size), initial_set)) in early_test()
202 CPU_ZERO_S (CPU_ALLOC_SIZE (conf->set_size), scratch_set); in early_test()
203 CPU_SET_S (cpu, CPU_ALLOC_SIZE (conf->set_size), scratch_set); in early_test()
205 (&attr, CPU_ALLOC_SIZE (conf->set_size), scratch_set); in early_test()
231 if (!CPU_ISSET_S (cpu, CPU_ALLOC_SIZE (conf->set_size), initial_set)) in early_test()
254 CPU_ZERO_S (CPU_ALLOC_SIZE (conf->set_size), main_thread.seen_set); in early_test()
262 CPU_COUNT_S (CPU_ALLOC_SIZE (conf->set_size), scratch_set), in early_test()
263 CPU_COUNT_S (CPU_ALLOC_SIZE (conf->set_size), initial_set)); in early_test()
264 CPU_ZERO_S (CPU_ALLOC_SIZE (conf->set_size), scratch_set); in early_test()
267 if (!CPU_ISSET_S (cpu, CPU_ALLOC_SIZE (conf->set_size), initial_set)) in early_test()
269 CPU_OR_S (CPU_ALLOC_SIZE (conf->set_size), in early_test()
274 CPU_COUNT_S (CPU_ALLOC_SIZE (conf->set_size), scratch_set));; in early_test()