Home
last modified time | relevance | path

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

/external/fio/
Dstat.c1191 struct thread_stat *threadstats, *ts; in __show_run_stats() local
1220 threadstats = malloc(nr_ts * sizeof(struct thread_stat)); in __show_run_stats()
1223 init_thread_stat(&threadstats[i]); in __show_run_stats()
1237 ts = &threadstats[j]; in __show_run_stats()
1309 ts = &threadstats[i]; in __show_run_stats()
1375 ts = &threadstats[i]; in __show_run_stats()
1420 ts = &threadstats[i]; in __show_run_stats()
1428 free(threadstats); in __show_run_stats()