Searched defs:thread_data (Results 1 – 5 of 5) sorted by relevance
33 struct thread_data { struct34 int nr;35 int pipe_read;59 struct thread_data *td = __tdata; in worker_thread() argument
29 struct thread_data { struct30 pthread_t worker;31 unsigned int nwoken;32 struct timeval runtime;
56 struct thread_data { struct57 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 …]
22 struct thread_data { struct29 static struct thread_data threads[THREADS]; argument
152 struct thread_data { struct153 struct timeval tv_begin;154 struct timeval tv_end;155 unsigned long long tsc;156 unsigned long long aperf;157 unsigned long long mperf;158 unsigned long long c1;159 unsigned long long irq_count;160 unsigned int smi_count;161 unsigned int cpu_id;[all …]