Searched defs:iops (Results 1 - 8 of 8) sorted by relevance

/external/fio/
H A Deta.c279 unsigned long long *prev_io_iops, unsigned int *iops)
288 iops[i] = 0;
289 iops[0] += (diff * 1000) / mtime;
291 iops[i] = (diff * 1000) / mtime;
441 calc_iops(unified_rw_rep, disp_time, io_iops, disp_io_iops, je->iops);
511 iops_str[ddir] = num2str(je->iops[ddir], 4, 1, 0, 0);
516 l = snprintf(p, left, ": [%s] [%s] [%s/%s/%s /s] [%s/%s/%s iops] [eta %s]",
277 calc_iops(int unified_rw_rep, unsigned long mtime, unsigned long long *io_iops, unsigned long long *prev_io_iops, unsigned int *iops) argument
H A Dstat.h195 uint32_t iops[DDIR_RWDIR_CNT]; member in struct:jobs_eta
H A Dbackend.c144 unsigned long iops = 0; local
162 iops += td->this_io_blocks[ddir];
200 * checks iops specified rate
202 if (iops < rate_iops) {
203 log_err("%s: min iops rate %u not met\n",
208 rate = ((iops - td->rate_blocks[ddir]) * 1000) / spent;
213 iops < td->rate_blocks[ddir]) {
214 log_err("%s: min iops rate %u not met,"
223 td->rate_blocks[ddir] = iops;
H A Dgclient.c407 iops_str[0] = num2str(je->iops[0], 4, 1, 0, 0);
408 iops_str[1] = num2str(je->iops[1], 4, 1, 0, 0);
409 iops_str[2] = num2str(je->iops[2], 4, 1, 0, 0);
418 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.read_iops, je->elapsed_sec, je->iops[0], iops_str[0]);
419 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.write_iops, je->elapsed_sec, je->iops[1], iops_str[1]);
420 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_str[2]);
501 iops_str[0] = num2str(je->iops[0], 4, 1, 0, 0);
502 iops_str[1] = num2str(je->iops[1], 4, 1, 0, 0);
503 iops_str[2] = num2str(je->iops[2], 4, 1, 0, 0);
512 graph_add_xy_data(ui->graphs.iops_graph, ui->graphs.read_iops, je->elapsed_sec, je->iops[
1182 unsigned long long bw, iops; local
[all...]
H A Dstat.c368 unsigned long long bw, iops; local
385 iops = (1000 * (uint64_t)ts->total_io_u[ddir]) / runt;
386 iops_p = num2str(iops, 6, 1, 0, 0);
388 log_info(" %s: io=%s, bw=%s/s, iops=%s, runt=%6llumsec\n",
603 unsigned long long bw, iops; local
611 iops = bw = 0;
616 iops = (1000 * (uint64_t) ts->total_io_u[ddir]) / runt;
620 (unsigned long long) ts->io_bytes[ddir] >> 10, bw, iops,
675 unsigned long long bw, iops; local
694 iops
1833 unsigned long spent, iops; local
[all...]
/external/mksh/src/
H A Dsyn.c263 struct ioword *iop, **iops; local
269 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
277 afree(iops, ATEMP);
298 iops[iopn++] = iop;
491 iops[iopn++] = iop;
495 afree(iops, ATEMP);
498 iops[iopn++] = NULL;
499 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP);
500 t->ioact = iops;
[all...]
/external/qemu/qapi-auto-generated/
H A Dqmp-marshal.c2532 int64_t iops; local
2556 visit_type_int(v, &iops, "iops", errp);
2599 qmp_block_set_io_throttle(device, bps, bps_rd, bps_wr, iops, iops_rd, iops_wr, has_bps_max, bps_max, has_bps_rd_max, bps_rd_max, has_bps_wr_max, bps_wr_max, has_iops_max, iops_max, has_iops_rd_max, iops_rd_max, has_iops_wr_max, iops_wr_max, has_iops_size, iops_size, errp);
2608 visit_type_int(v, &iops, "iops", NULL);
H A Dqapi-types.h2212 int64_t iops; member in struct:BlockDeviceInfo

Completed in 1895 milliseconds