Home
last modified time | relevance | path

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

/freebsd/usr.bin/systat/
H A Diolat.c43 int nlats; member
216 iosp->nlats = nlat; in update_dev()
217 memcpy(iosp->prev_lats, iosp->lats, iosp->nlats * sizeof(uint64_t)); in update_dev()
218 memcpy(iosp->lats, lats, iosp->nlats * sizeof(uint64_t)); in update_dev()
498 int nlats; in showiolat() local
504 nlats = iosp->nlats; in showiolat()
506 for (int j = 0; j < iosp->nlats; j++) in showiolat()
508 p50 = pest(500, lats, nlats) * E3; in showiolat()
509 p90 = pest(900, lats, nlats) * E3; in showiolat()
510 p99 = pest(990, lats, nlats) * E3; in showiolat()
[all …]