Home
last modified time | relevance | path

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

/external/blktrace/
Dblkiomon.h35 __u32 size_hist[BLKIOMON_SIZE_BUCKETS]; member
47 static struct histlog2 size_hist = { variable
72 histlog2_to_be(bstat->size_hist, &size_hist); in blkiomon_stat_to_be()
88 histlog2_merge(&size_hist, dst->size_hist, src->size_hist); in blkiomon_stat_merge()
112 histlog2_print(fp, "sizes histogram (bytes)", p->size_hist, &size_hist); in blkiomon_stat_print()
Dblkiomon.c333 histlog2_account(p->size_hist, size, &size_hist); in blkiomon_account()