| /kernel/linux/linux-6.6/tools/perf/bench/ |
| D | sched-pipe.c | 30 struct thread_data { struct 31 int nr; 32 int pipe_read; 56 struct thread_data *td = __tdata; in worker_thread() argument
|
| D | futex-wake-parallel.c | 40 struct thread_data { struct 41 pthread_t worker; 42 unsigned int nwoken; 43 struct timeval runtime;
|
| D | numa.c | 56 struct thread_data { struct 57 int curr_cpu; 58 cpu_set_t *bind_cpumask; 59 int bind_node; 60 u8 *process_data; 61 int process_nr; 62 int thread_nr; 63 int task_nr; 64 unsigned int loops_done; 65 u64 val; [all …]
|
| /kernel/linux/linux-5.10/tools/perf/bench/ |
| D | sched-pipe.c | 30 struct thread_data { struct 31 int nr; 32 int pipe_read; 56 struct thread_data *td = __tdata; in worker_thread() argument
|
| D | numa.c | 55 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 …]
|
| D | futex-wake-parallel.c | 39 struct thread_data { struct 40 pthread_t worker; 41 unsigned int nwoken; 42 struct timeval runtime;
|
| /kernel/linux/linux-6.6/tools/perf/tests/ |
| D | mmap-thread-lookup.c | 25 struct thread_data { struct 32 static struct thread_data threads[THREADS]; argument
|
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| D | mmap-thread-lookup.c | 25 struct thread_data { struct 32 static struct thread_data threads[THREADS]; argument
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| D | xsk_fwd.c | 639 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
|
| /kernel/linux/linux-5.10/lib/ |
| D | test_rhashtable.c | 72 struct thread_data { struct 73 unsigned int entries; 74 int id; 75 struct task_struct *task; 76 struct test_obj *objs;
|
| /kernel/linux/linux-6.6/lib/ |
| D | test_rhashtable.c | 72 struct thread_data { struct 73 unsigned int entries; 74 int id; 75 struct task_struct *task; 76 struct test_obj *objs;
|
| /kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
| D | turbostat.c | 168 struct thread_data { struct 169 struct timeval tv_begin; 170 struct timeval tv_end; 171 struct timeval tv_delta; 172 unsigned long long tsc; 173 unsigned long long aperf; 174 unsigned long long mperf; 175 unsigned long long c1; 176 unsigned long long irq_count; 177 unsigned int smi_count; [all …]
|
| /kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
| D | turbostat.c | 344 struct thread_data { struct 345 struct timeval tv_begin; 346 struct timeval tv_end; 347 struct timeval tv_delta; 348 unsigned long long tsc; 349 unsigned long long aperf; 350 unsigned long long mperf; 351 unsigned long long c1; 352 unsigned long long instr_count; 353 unsigned long long irq_count; [all …]
|
| /kernel/linux/linux-6.6/tools/perf/ |
| D | builtin-record.c | 180 struct record_thread *thread_data; member 971 static void record__thread_data_init_pipes(struct record_thread *thread_data) in record__thread_data_init_pipes() 979 static int record__thread_data_open_pipes(struct record_thread *thread_data) in record__thread_data_open_pipes() 999 static void record__thread_data_close_pipes(struct record_thread *thread_data) in record__thread_data_close_pipes() 1024 static int record__thread_data_init_maps(struct record_thread *thread_data, struct evlist *evlist) in record__thread_data_init_maps() 1072 static int record__thread_data_init_pollfd(struct record_thread *thread_data, struct evlist *evlist) in record__thread_data_init_pollfd() 1104 struct record_thread *thread_data = rec->thread_data; in record__free_thread_data() local 1135 struct record_thread *thread_data) in record__update_evlist_pollfd_from_thread() 1159 struct record_thread *thread_data) in record__dup_non_perf_events() 1186 struct record_thread *thread_data; in record__alloc_thread_data() local [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/ |
| D | check_gcr_el1_cswitch.c | 72 int thread_data[MAX_THREADS]; in execute_test() local
|
| /kernel/liteos_a/compat/posix/src/ |
| D | pprivate.h | 64 VOID **thread_data; /* Per-thread data table pointer */ member
|
| /kernel/linux/linux-5.10/tools/testing/selftests/rseq/ |
| D | param_test.c | 362 struct spinlock_thread_test_data *thread_data = arg; in test_percpu_spinlock_thread() local 401 struct spinlock_thread_test_data thread_data[num_threads]; in test_percpu_spinlock() local 439 struct inc_thread_test_data *thread_data = arg; in test_percpu_inc_thread() local 477 struct inc_thread_test_data thread_data[num_threads]; in test_percpu_inc() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/rseq/ |
| D | param_test.c | 445 struct spinlock_thread_test_data *thread_data = arg; in test_percpu_spinlock_thread() local 484 struct spinlock_thread_test_data thread_data[num_threads]; in test_percpu_spinlock() local 522 struct inc_thread_test_data *thread_data = arg; in test_percpu_inc_thread() local 561 struct inc_thread_test_data thread_data[num_threads]; in test_percpu_inc() local
|