Searched defs:thread_data (Results 1 – 6 of 6) sorted by relevance
31 struct thread_data { struct32 int nr;33 int pipe_read;57 struct thread_data *td = __tdata; in worker_thread() argument
23 struct thread_data { struct24 pthread_t worker;25 unsigned int nwoken;26 struct timeval runtime;
45 struct thread_data { struct46 int curr_cpu;47 cpu_set_t bind_cpumask;48 int bind_node;49 u8 *process_data;50 int process_nr;51 int thread_nr;52 int task_nr;53 unsigned int loops_done;54 u64 val;[all …]
19 struct thread_data { struct26 static struct thread_data threads[THREADS]; argument
60 struct thread_data { struct61 int id;62 struct task_struct *task;63 struct test_obj *objs;
139 struct thread_data { struct140 unsigned long long tsc;141 unsigned long long aperf;142 unsigned long long mperf;143 unsigned long long c1;144 unsigned long long extra_msr64;145 unsigned long long extra_delta64;146 unsigned long long extra_msr32;147 unsigned long long extra_delta32;148 unsigned int smi_count;[all …]