Home
last modified time | relevance | path

Searched refs:worker_tab (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/tools/perf/bench/
Dsched-messaging.c64 static union messaging_worker *worker_tab; variable
274 kill(worker_tab[i].pid, SIGKILL); in sig_handler()
304 worker_tab = malloc(num_fds * 2 * num_groups * sizeof(union messaging_worker)); in bench_sched_messaging()
305 if (!worker_tab) in bench_sched_messaging()
317 total_children += group(worker_tab + total_children, num_fds, in bench_sched_messaging()
333 reap_worker(worker_tab + i); in bench_sched_messaging()
361 free(worker_tab); in bench_sched_messaging()