OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sum_thread_stats
(Results
1 - 4
of
4
) sorted by null
/external/fio/
stat.h
233
extern void
sum_thread_stats
(struct thread_stat *dst, struct thread_stat *src, int nr);
stat.c
1086
void
sum_thread_stats
(struct thread_stat *dst, struct thread_stat *src, int nr)
function
[
all
...]
client.c
939
sum_thread_stats
(&client_ts, &p->ts, sum_stat_nr);
[
all
...]
gclient.c
298
sum_thread_stats
(&client_ts, &p->ts, sum_stat_nr);
[
all
...]
Completed in 60 milliseconds