HomeSort by relevance Sort by last modified time
    Searched refs:iodepth (Results 1 - 25 of 28) sorted by null

1 2

  /external/fio/examples/
rbd.fio 22 iodepth=32
e4defrag2.fio 66 iodepth=128
80 iodepth=128
enospc-pressure.fio 13 iodepth=128
  /external/fio/engines/
guasi.c 123 if (ld->queued_nr == (int) td->o.iodepth)
221 GDBG_PRINT(("fio_guasi_init(): depth=%d\n", td->o.iodepth));
223 maxthr = td->o.iodepth > GFIO_MIN_THREADS ? td->o.iodepth: GFIO_MIN_THREADS;
231 ld->max_reqs = td->o.iodepth;
239 GDBG_PRINT(("fio_guasi_init(): depth=%d -> %p\n", td->o.iodepth, ld));
null.c 101 if (td->o.iodepth != 1) {
102 nd->io_us = (struct io_u **) malloc(td->o.iodepth * sizeof(struct io_u *));
103 memset(nd->io_us, 0, td->o.iodepth * sizeof(struct io_u *));
sg.c 329 sd->cmds = malloc(td->o.iodepth * sizeof(struct sgio_cmd));
330 memset(sd->cmds, 0, td->o.iodepth * sizeof(struct sgio_cmd));
331 sd->events = malloc(td->o.iodepth * sizeof(struct io_u *));
332 memset(sd->events, 0, td->o.iodepth * sizeof(struct io_u *));
337 sd->sgbuf = malloc(sizeof(struct sg_io_hdr) * td->o.iodepth);
338 memset(sd->sgbuf, 0, sizeof(struct sg_io_hdr) * td->o.iodepth);
libaio.c 186 if (ld->queued == td->o.iodepth)
343 err = io_queue_init(td->o.iodepth, &ld->aio_ctx);
351 ld->entries = td->o.iodepth;
binject.c 397 bd->cmds = malloc(td->o.iodepth * sizeof(struct b_user_cmd));
398 memset(bd->cmds, 0, td->o.iodepth * sizeof(struct b_user_cmd));
400 bd->events = malloc(td->o.iodepth * sizeof(struct io_u *));
401 memset(bd->events, 0, td->o.iodepth * sizeof(struct io_u *));
rdma.c 314 int qp_depth = td->o.iodepth * 2; /* 2 times of io depth */
694 if (rd->io_u_queued_nr == (int)td->o.iodepth)
785 rd->send_buf.nr = htonl(td->o.iodepth);
797 /* In SEND/RECV test, it's a good practice to setup the iodepth of
1132 rd->io_us_queued = malloc(td->o.iodepth * sizeof(struct io_u *));
1133 memset(rd->io_us_queued, 0, td->o.iodepth * sizeof(struct io_u *));
1136 rd->io_us_flight = malloc(td->o.iodepth * sizeof(struct io_u *));
1137 memset(rd->io_us_flight, 0, td->o.iodepth * sizeof(struct io_u *));
1140 rd->io_us_completed = malloc(td->o.iodepth * sizeof(struct io_u *));
1141 memset(rd->io_us_completed, 0, td->o.iodepth * sizeof(struct io_u *))
    [all...]
posixaio.c 236 pd->aio_events = malloc(td->o.iodepth * sizeof(struct io_u *));
237 memset(pd->aio_events, 0, td->o.iodepth * sizeof(struct io_u *));
sync.c 216 if (sd->queued == td->o.iodepth) {
309 sd->iovecs = malloc(td->o.iodepth * sizeof(struct iovec));
310 sd->io_us = malloc(td->o.iodepth * sizeof(struct io_u *));
glusterfs_async.c 154 g->aio_events = calloc(td->o.iodepth, sizeof(struct io_u *));
rbd.c 90 rbd->aio_events = calloc(td->o.iodepth, sizeof(struct io_u *));
94 rbd->sort_events = calloc(td->o.iodepth, sizeof(struct io_u *));
solarisaio.c 191 max_depth = td->o.iodepth;
windowsaio.c 62 wd->aio_events = malloc(td->o.iodepth * sizeof(struct io_u*));
  /external/fio/
gfio.h 24 struct multitext_widget iodepth; member in struct:eta_widget
blktrace.c 462 if (td->o.iodepth == 1)
463 td->o.iodepth = td->o.iodepth_low = depth;
thread_options.h 53 unsigned int iodepth; member in struct:thread_options
282 uint32_t iodepth; member in struct:thread_options_pack
io_u.c 1195 td->latency_qd_high = td->o.iodepth;
1199 td->latency_qd = td->o.iodepth;
1218 * a limit other than td->o.iodepth, bisect between that.
1220 if (td->latency_qd_high != o->iodepth)
1225 if (td->latency_qd > o->iodepth)
1226 td->latency_qd = o->iodepth;
    [all...]
cconv.c 81 o->iodepth = le32_to_cpu(top->iodepth);
289 top->iodepth = cpu_to_le32(o->iodepth);
init.c 612 * The low water mark cannot be bigger than the iodepth
614 if (o->iodepth_low > o->iodepth || !o->iodepth_low)
615 o->iodepth_low = o->iodepth;
618 * If batch number isn't set, default to the same as iodepth
620 if (o->iodepth_batch > o->iodepth || !o->iodepth_batch)
621 o->iodepth_batch = o->iodepth;
714 " with 'direct=1' and 'iodepth=1' instead.\n");
1306 log_info("ioengine=%s, iodepth=%u\n",
1307 td->io_ops->name, o->iodepth);
    [all...]
verify.c 1302 depth += td->o.iodepth;
1327 if (td->io_blocks[DDIR_WRITE] < td->o.iodepth)
1330 comps = td->o.iodepth;
1335 k = td->o.iodepth - 1;
1343 s->depth = cpu_to_le64((uint64_t) td->o.iodepth);
    [all...]
backend.c 1023 max_units = td->o.iodepth;
1033 err += io_u_rinit(&td->io_u_requeues, td->o.iodepth);
1034 err += io_u_qinit(&td->io_u_freelist, td->o.iodepth);
1035 err += io_u_qinit(&td->io_u_all, td->o.iodepth);
1060 log_err("fio: IO memory too large. Reduce max_bs or iodepth\n");
    [all...]
gfio.c 137 multitext_update_entry(&ge->eta.iodepth, 0, "");
    [all...]
  /external/fio/tools/
genfio 36 IODEPTH=1
53 -D iodepth : Run with the specified iodepth
54 Default is $IODEPTH
95 echo "iodepth=$IODEPTH" >> $TEMPLATE
252 IODEPTH=$OPTARG

Completed in 393 milliseconds

1 2