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

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

Completed in 61 milliseconds