Home
last modified time | relevance | path

Searched refs:client_ts (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dclient.h148 extern struct thread_stat client_ts;
Dclient.c58 struct thread_stat client_ts; variable
1013 sum_thread_stats(&client_ts, &p->ts, sum_stat_nr == 1); in handle_ts()
1016 client_ts.members++; in handle_ts()
1017 client_ts.thread_number = p->ts.thread_number; in handle_ts()
1018 client_ts.groupid = p->ts.groupid; in handle_ts()
1019 client_ts.unified_rw_rep = p->ts.unified_rw_rep; in handle_ts()
1022 strcpy(client_ts.name, "All clients"); in handle_ts()
1023 tsobj = show_thread_status(&client_ts, &client_gs, NULL, NULL); in handle_ts()
1935 init_thread_stat(&client_ts); in fio_handle_clients()
Dgclient.c295 sum_thread_stats(&client_ts, &p->ts, sum_stat_nr == 1); in gfio_thread_status_op()
298 client_ts.members++; in gfio_thread_status_op()
299 client_ts.thread_number = p->ts.thread_number; in gfio_thread_status_op()
300 client_ts.groupid = p->ts.groupid; in gfio_thread_status_op()
303 strcpy(client_ts.name, "All clients"); in gfio_thread_status_op()
304 gfio_display_ts(client, &client_ts, &client_gs); in gfio_thread_status_op()