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

/external/ltp/testcases/kernel/controllers/io-throttle/
H A Diobw.c61 static const char *iops[] = { variable
77 * 1000000L / 1024, iops[op]);
/external/fio/
H A Deta.c299 unsigned long long *prev_io_iops, unsigned int *iops)
308 iops[i] = 0;
309 iops[0] += (diff * 1000) / mtime;
311 iops[i] = (diff * 1000) / mtime;
460 calc_iops(unified_rw_rep, disp_time, io_iops, disp_io_iops, je->iops);
531 iops_str[ddir] = num2str(je->iops[ddir], 4, 1, 0, 0);
536 l = snprintf(p, left, ": [%s] [%s] [%s/%s/%s /s] [%s/%s/%s iops] [eta %s]",
297 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.h204 uint32_t iops[DDIR_RWDIR_CNT]; member in struct:jobs_eta
H A Dbackend.c148 unsigned long iops = 0; local
166 iops += td->this_io_blocks[ddir];
204 * checks iops specified rate
206 if (iops < rate_iops) {
207 log_err("%s: min iops rate %u not met\n",
212 rate = ((iops - td->rate_blocks[ddir]) * 1000) / spent;
217 iops < td->rate_blocks[ddir]) {
218 log_err("%s: min iops rate %u not met,"
227 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",
605 unsigned long long bw, iops; local
613 iops = bw = 0;
618 iops = (1000 * (uint64_t) ts->total_io_u[ddir]) / runt;
622 (unsigned long long) ts->io_bytes[ddir] >> 10, bw, iops,
679 double mean, dev, iops; local
697 iops
1858 unsigned long spent, iops; local
[all...]
/external/mksh/src/
H A Dsyn.c265 struct ioword *iop, **iops; local
270 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
278 afree(iops, ATEMP);
308 iops[iopn++] = iop;
507 iops[iopn++] = iop;
511 afree(iops, ATEMP);
514 iops[iopn++] = NULL;
515 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP);
516 t->ioact = iops;
[all...]
/external/valgrind/VEX/priv/
H A Dguest_arm64_toIR.c11843 const IROp iops[3] = { Iop_Reverse8sIn64_x2, local
11847 assign(res, unop(iops[size], getQReg128(nn)));
13573 const IROp iops[8] local
13576 IROp iop = iops[ix];

Completed in 283 milliseconds