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

  /external/fio/
client.h 148 extern struct thread_stat client_ts;
client.c 58 struct thread_stat client_ts; variable in typeref:struct:thread_stat
1013 sum_thread_stats(&client_ts, &p->ts, sum_stat_nr == 1);
1016 client_ts.members++;
1017 client_ts.thread_number = p->ts.thread_number;
1018 client_ts.groupid = p->ts.groupid;
1019 client_ts.unified_rw_rep = p->ts.unified_rw_rep;
1022 strcpy(client_ts.name, "All clients");
1023 tsobj = show_thread_status(&client_ts, &client_gs, NULL, NULL);
    [all...]
gclient.c 295 sum_thread_stats(&client_ts, &p->ts, sum_stat_nr == 1);
298 client_ts.members++;
299 client_ts.thread_number = p->ts.thread_number;
300 client_ts.groupid = p->ts.groupid;
303 strcpy(client_ts.name, "All clients");
304 gfio_display_ts(client, &client_ts, &client_gs);
    [all...]

Completed in 79 milliseconds