HomeSort by relevance Sort by last modified time
    Searched full:client_ts (Results 1 - 2 of 2) sorted by null

  /external/fio/
client.c 55 struct thread_stat client_ts; variable in typeref:struct:thread_stat
847 sum_thread_stats(&client_ts, &p->ts, sum_stat_nr);
850 client_ts.members++;
851 client_ts.thread_number = p->ts.thread_number;
852 client_ts.groupid = p->ts.groupid;
853 client_ts.unified_rw_rep = p->ts.unified_rw_rep;
856 strcpy(client_ts.name, "All clients");
857 tsobj = show_thread_status(&client_ts, &client_gs);
    [all...]
gclient.c 283 extern struct thread_stat client_ts;
298 sum_thread_stats(&client_ts, &p->ts, sum_stat_nr);
301 client_ts.members++;
302 client_ts.thread_number = p->ts.thread_number;
303 client_ts.groupid = p->ts.groupid;
306 strcpy(client_ts.name, "All clients");
307 gfio_display_ts(client, &client_ts, &client_gs);
    [all...]

Completed in 48 milliseconds