Home
last modified time | relevance | path

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

/external/fio/
Dclient.c56 struct thread_stat client_ts; variable
939 sum_thread_stats(&client_ts, &p->ts, sum_stat_nr); in handle_ts()
942 client_ts.members++; in handle_ts()
943 client_ts.thread_number = p->ts.thread_number; in handle_ts()
944 client_ts.groupid = p->ts.groupid; in handle_ts()
945 client_ts.unified_rw_rep = p->ts.unified_rw_rep; in handle_ts()
948 strcpy(client_ts.name, "All clients"); in handle_ts()
949 tsobj = show_thread_status(&client_ts, &client_gs); in handle_ts()
1641 init_thread_stat(&client_ts); in fio_handle_clients()
Dgclient.c283 extern struct thread_stat client_ts;
298 sum_thread_stats(&client_ts, &p->ts, sum_stat_nr); in gfio_thread_status_op()
301 client_ts.members++; in gfio_thread_status_op()
302 client_ts.thread_number = p->ts.thread_number; in gfio_thread_status_op()
303 client_ts.groupid = p->ts.groupid; in gfio_thread_status_op()
306 strcpy(client_ts.name, "All clients"); in gfio_thread_status_op()
307 gfio_display_ts(client, &client_ts, &client_gs); in gfio_thread_status_op()