Searched refs:thread_mode (Results 1 – 2 of 2) sorted by relevance
37 static bool thread_mode = false; variable119 if (!thread_mode) in receiver()148 if (!thread_mode) { in create_worker()187 if (!thread_mode) { in reap_worker()232 if (!thread_mode) in group()246 if (!thread_mode) in group()257 OPT_BOOLEAN('t', "thread", &thread_mode,316 num_fds, thread_mode ? "threads" : "processes"); in bench_sched_messaging()319 thread_mode ? "threads" : "processes"); in bench_sched_messaging()
112 int thread_mode; /* thread mode */ member117 .thread_mode = MODE_ROUND_ROBIN122 if (hwlat_data.thread_mode == MODE_PER_CPU) in get_cpu_data()346 hwlat_data.thread_mode = MODE_NONE; in move_to_next_cpu()366 if (hwlat_data.thread_mode == MODE_ROUND_ROBIN) in kthread_fn()442 if (hwlat_data.thread_mode == MODE_ROUND_ROBIN) { in start_single_kthread()520 if (!hwlat_busy || hwlat_data.thread_mode != MODE_PER_CPU) in hwlat_hotplug_workfn()633 if (mode == hwlat_data.thread_mode) in s_mode_show()712 hwlat_data.thread_mode = i; in hwlat_mode_write()814 if (hwlat_data.thread_mode == MODE_PER_CPU) in hwlat_tracer_start()[all …]