Lines Matching refs:thread_data
43 struct thread_data { struct
135 struct thread_data *threads;
434 struct thread_data *td; in parse_setup_cpu_list()
571 struct thread_data *td; in parse_setup_node_list()
823 struct thread_data *td; in count_process_nodes()
859 struct thread_data *td; in count_node_processes()
931 struct thread_data *td = g->threads + t; in calc_convergence()
1028 struct thread_data *td = __tdata; in worker_thread()
1041 u8 *thread_data; in worker_thread() local
1053 thread_data = setup_private_data(g->p.bytes_thread); in worker_thread()
1067 process_nr, thread_nr, global_data, process_data, thread_data); in worker_thread()
1099 val += do_work(thread_data, g->p.bytes_thread, 0, 1, l, val); in worker_thread()
1198 free_data(thread_data, g->p.bytes_thread); in worker_thread()
1213 struct thread_data *td; in worker_process()
1294 struct thread_data *td = g->threads + t; in init_thread_data()