Home
last modified time | relevance | path

Searched defs:thread_data (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/tools/perf/bench/
Dsched-pipe.c30 struct thread_data { struct
31 int nr;
32 int pipe_read;
56 struct thread_data *td = __tdata; in worker_thread() argument
Dfutex-wake-parallel.c39 struct thread_data { struct
40 pthread_t worker;
41 unsigned int nwoken;
42 struct timeval runtime;
Dnuma.c55 struct thread_data { struct
56 int curr_cpu;
57 cpu_set_t bind_cpumask;
58 int bind_node;
59 u8 *process_data;
60 int process_nr;
61 int thread_nr;
62 int task_nr;
63 unsigned int loops_done;
64 u64 val;
[all …]
/Linux-v5.15/tools/perf/tests/
Dmmap-thread-lookup.c25 struct thread_data { struct
32 static struct thread_data threads[THREADS]; argument
/Linux-v5.15/samples/bpf/
Dxsk_fwd.c639 struct thread_data { struct
640 struct port *ports_rx[MAX_PORTS_PER_THREAD];
664 struct thread_data *t = arg; in thread_func() argument
759 static struct thread_data thread_data[MAX_THREADS]; variable
/Linux-v5.15/lib/
Dtest_rhashtable.c72 struct thread_data { struct
73 unsigned int entries;
74 int id;
75 struct task_struct *task;
76 struct test_obj *objs;
/Linux-v5.15/tools/power/x86/turbostat/
Dturbostat.c179 struct thread_data { struct
180 struct timeval tv_begin;
181 struct timeval tv_end;
182 struct timeval tv_delta;
183 unsigned long long tsc;
184 unsigned long long aperf;
185 unsigned long long mperf;
186 unsigned long long c1;
187 unsigned long long instr_count;
188 unsigned long long irq_count;
[all …]
/Linux-v5.15/tools/testing/selftests/arm64/mte/
Dcheck_gcr_el1_cswitch.c83 int thread_data[MAX_THREADS]; in execute_test() local
/Linux-v5.15/tools/testing/selftests/rseq/
Dparam_test.c362 struct spinlock_thread_test_data *thread_data = arg; in test_percpu_spinlock_thread() local
403 struct spinlock_thread_test_data thread_data[num_threads]; in test_percpu_spinlock() local
441 struct inc_thread_test_data *thread_data = arg; in test_percpu_inc_thread() local
479 struct inc_thread_test_data thread_data[num_threads]; in test_percpu_inc() local