Lines Matching defs:thread_data
45 struct thread_data { struct
46 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;
55 u64 runtime_ns;
56 u64 system_time_ns;
57 u64 user_time_ns;
58 double speed_gbs;
59 pthread_mutex_t *process_lock;
1046 u8 *thread_data; in worker_thread() local