Lines Matching refs:thread_data
55 struct thread_data { struct
151 struct thread_data *threads;
537 struct thread_data *td; in parse_setup_cpu_list()
685 struct thread_data *td; in parse_setup_node_list()
935 struct thread_data *td; in count_process_nodes()
974 struct thread_data *td; in count_node_processes()
1048 struct thread_data *td = g->threads + t; in calc_convergence()
1154 struct thread_data *td = __tdata; in worker_thread()
1167 u8 *thread_data; in worker_thread() local
1180 thread_data = setup_private_data(g->p.bytes_thread); in worker_thread()
1194 process_nr, thread_nr, global_data, process_data, thread_data); in worker_thread()
1229 val += do_work(thread_data, g->p.bytes_thread, 0, 1, l, val); in worker_thread()
1337 free_data(thread_data, g->p.bytes_thread); in worker_thread()
1352 struct thread_data *td; in worker_process()
1433 struct thread_data *td = g->threads + t; in init_thread_data()
1456 struct thread_data *td = g->threads + t; in deinit_thread_data()
1719 struct thread_data *td; in __bench_numa()