Home
last modified time | relevance | path

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

/linux/tools/perf/bench/
H A Dsched-messaging.c59 union messaging_worker { union
64 static union messaging_worker *worker_tab;
150 static void create_thread_worker(union messaging_worker *worker, in create_thread_worker()
171 static void create_process_worker(union messaging_worker *worker, in create_process_worker()
185 static void create_worker(union messaging_worker *worker, in create_worker()
194 static void reap_worker(union messaging_worker *worker) in reap_worker()
210 static unsigned int group(union messaging_worker *worker, in group()
304 worker_tab = malloc(num_fds * 2 * num_groups * sizeof(union messaging_worker)); in bench_sched_messaging()