Searched refs:last_cpu (Results 1 – 2 of 2) sorted by relevance
46 int last_cpu; member91 int last_cpu = -1; in find_last_cpu() local97 last_cpu = cpu; in find_last_cpu()101 return last_cpu; in find_last_cpu()125 conf->last_cpu = find_last_cpu (set, CPU_ALLOC_SIZE (conf->set_size)); in setup_conf()126 if (conf->last_cpu < 0) in setup_conf()165 for (int cpu = 0; cpu <= conf->last_cpu; ++cpu) in test_size()273 printf ("info: Maximum test CPU: %d\n", conf.last_cpu); in do_test()274 if (conf.set_size < 0 || conf.last_cpu < 0) in do_test()
90 if (cpu > param->conf->last_cpu in thread_burn_any_cpu()154 = calloc (conf->last_cpu + 1, sizeof (*pinned_threads)); in early_test()156 = calloc (conf->last_cpu + 1, sizeof (*other_threads)); in early_test()171 for (int cpu = 0; cpu <= conf->last_cpu; ++cpu) in early_test()198 for (int cpu = 0; cpu <= conf->last_cpu; ++cpu) in early_test()229 for (int cpu = 0; cpu <= conf->last_cpu; ++cpu) in early_test()242 pinned_threads + conf->last_cpu + 1, in early_test()258 pinned_threads + conf->last_cpu + 1, in early_test()259 other_threads, other_threads + conf->last_cpu + 1); in early_test()265 for (int cpu = 0; cpu <= conf->last_cpu; ++cpu) in early_test()
Completed in 5 milliseconds