Searched defs:thread_data (Results 1 – 7 of 7) sorted by relevance
30 struct thread_data { struct31 int nr;32 int pipe_read;56 struct thread_data *td = __tdata; in worker_thread() argument
55 struct thread_data { struct56 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 …]
39 struct thread_data { struct40 pthread_t worker;41 unsigned int nwoken;42 struct timeval runtime;
25 struct thread_data { struct32 static struct thread_data threads[THREADS]; argument
72 struct thread_data { struct73 unsigned int entries;74 int id;75 struct task_struct *task;76 struct test_obj *objs;
167 struct thread_data { struct168 struct timeval tv_begin;169 struct timeval tv_end;170 struct timeval tv_delta;171 unsigned long long tsc;172 unsigned long long aperf;173 unsigned long long mperf;174 unsigned long long c1;175 unsigned long long irq_count;176 unsigned int smi_count;[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