OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minmax_print
(Results
1 - 2
of
2
) sorted by null
/external/blktrace/
blkiomon.h
106
minmax_print
(fp, "sizes read (bytes)", &p->size_r);
107
minmax_print
(fp, "sizes write (bytes)", &p->size_w);
108
minmax_print
(fp, "d2c read (usec)", &p->d2c_r);
109
minmax_print
(fp, "d2c write (usec)", &p->d2c_w);
110
minmax_print
(fp, "throughput read (bytes/msec)", &p->thrput_r);
111
minmax_print
(fp, "throughput write (bytes/msec)", &p->thrput_w);
stats.h
88
static inline int
minmax_print
(FILE *fp, const char *s, struct minmax *mm)
function
Completed in 39 milliseconds