Home
last modified time | relevance | path

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

/external/blktrace/
Dblkiomon.h43 struct minmax thrput_w; member
67 minmax_init(&bstat->thrput_w); in blkiomon_stat_init()
79 minmax_to_be(&bstat->thrput_w); in blkiomon_stat_to_be()
95 minmax_merge(&dst->thrput_w, &src->thrput_w); in blkiomon_stat_merge()
111 minmax_print(fp, "throughput write (bytes/msec)", &p->thrput_w); in blkiomon_stat_print()
Dblkiomon.c327 minmax_account(&p->thrput_w, thrput); in blkiomon_account()