OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minmax_merge
(Results
1 - 2
of
2
) sorted by null
/external/blktrace/
blkiomon.h
90
minmax_merge
(&dst->size_r, &src->size_r);
91
minmax_merge
(&dst->size_w, &src->size_w);
92
minmax_merge
(&dst->d2c_r, &src->d2c_r);
93
minmax_merge
(&dst->d2c_w, &src->d2c_w);
94
minmax_merge
(&dst->thrput_r, &src->thrput_r);
95
minmax_merge
(&dst->thrput_w, &src->thrput_w);
stats.h
56
static inline void
minmax_merge
(struct minmax *dst, struct minmax *src)
function
Completed in 933 milliseconds