Lines Matching refs:thread_data
52 struct thread_data { struct
147 struct thread_data *threads;
488 struct thread_data *td; in parse_setup_cpu_list()
625 struct thread_data *td; in parse_setup_node_list()
877 struct thread_data *td; in count_process_nodes()
913 struct thread_data *td; in count_node_processes()
985 struct thread_data *td = g->threads + t; in calc_convergence()
1087 struct thread_data *td = __tdata; in worker_thread()
1100 u8 *thread_data; in worker_thread() local
1113 thread_data = setup_private_data(g->p.bytes_thread); in worker_thread()
1127 process_nr, thread_nr, global_data, process_data, thread_data); in worker_thread()
1159 val += do_work(thread_data, g->p.bytes_thread, 0, 1, l, val); in worker_thread()
1266 free_data(thread_data, g->p.bytes_thread); in worker_thread()
1281 struct thread_data *td; in worker_process()
1362 struct thread_data *td = g->threads + t; in init_thread_data()
1629 struct thread_data *td; in __bench_numa()