Searched defs:thread_data (Results 1 – 7 of 7) sorted by relevance
33 struct thread_data { struct34 int nr;35 int pipe_read;59 struct thread_data *td = __tdata; in worker_thread() argument
38 struct thread_data { struct39 pthread_t worker;40 unsigned int nwoken;41 struct timeval runtime;
52 struct thread_data { struct53 int curr_cpu;54 cpu_set_t bind_cpumask;55 int bind_node;56 u8 *process_data;57 int process_nr;58 int thread_nr;59 int task_nr;60 unsigned int loops_done;61 u64 val;[all …]
22 struct thread_data { struct29 static struct thread_data threads[THREADS]; argument
75 struct thread_data { struct76 unsigned int entries;77 int id;78 struct task_struct *task;79 struct test_obj *objs;
164 struct thread_data { struct165 struct timeval tv_begin;166 struct timeval tv_end;167 unsigned long long tsc;168 unsigned long long aperf;169 unsigned long long mperf;170 unsigned long long c1;171 unsigned long long irq_count;172 unsigned int smi_count;173 unsigned int cpu_id;[all …]
360 struct spinlock_thread_test_data *thread_data = arg; in test_percpu_spinlock_thread() local400 struct spinlock_thread_test_data thread_data[num_threads]; in test_percpu_spinlock() local438 struct inc_thread_test_data *thread_data = arg; in test_percpu_inc_thread() local475 struct inc_thread_test_data thread_data[num_threads]; in test_percpu_inc() local