OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:avg_update
(Results
1 - 1
of
1
) sorted by null
/external/blktrace/btt/
inlines.h
82
static inline void
avg_update
(struct avg_info *ap, __u64 t)
function
120
avg_update
(avg, (time > *last_q) ? time - *last_q : 1);
183
avg_update
(&all_avgs. _avg , _time); \
184
avg_update
(&_iop->dip->avgs. _avg , _time); \
185
if (_pip)
avg_update
(&_pip->avgs. _avg , _time); \
279
avg_update
(&all_avgs.blks, nblks);
280
avg_update
(&iop->dip->avgs.blks, nblks);
282
avg_update
(&iop->pip->avgs.blks, nblks);
Completed in 335 milliseconds