Home
last modified time | relevance | path

Searched refs:iodepth (Results 1 – 25 of 87) sorted by relevance

1234

/external/autotest/client/site_tests/hardware_StorageFio/
Dvendor_perf_fill_device44 iodepth=32
53 iodepth=32
63 iodepth=32
72 iodepth=32
81 iodepth=32
90 iodepth=32
104 iodepth=1
113 iodepth=1
122 iodepth=1
131 iodepth=1
[all …]
Dbvt_job17 iodepth=4
22 iodepth=4
27 iodepth=1
32 iodepth=1
Dseq_write16 ; iodepth=4
17 iodepth=1
Dseq_read16 ; iodepth=4
17 iodepth=1
/external/fio/examples/
Diometer-file-access-server.fio13 # iodepth=1 Linear
14 # iodepth=4 Very Light
15 # iodepth=8 Light
16 # iodepth=64 Moderate
17 # iodepth=256 Heavy
18 iodepth=64
Daio-read.fio11 iodepth=4
14 iodepth=32
17 iodepth=8
20 iodepth=16
Dfalloc.fio3 iodepth=1
37 iodepth=128
48 iodepth=1
De4defrag2.fio66 iodepth=128
80 iodepth=128
Dssd-steadystate.fio26 iodepth=16
34 iodepth=32
Drdmaio-server.fio10 iodepth=16
Drdmaio-client.fio10 iodepth=1
Dfsx.fio5 iodepth=1
Ddisk-zone-profile.fio9 iodepth=2
/external/fio/engines/
Dguasi.c123 if (ld->queued_nr == (int) td->o.iodepth) in fio_guasi_queue()
221 GDBG_PRINT(("fio_guasi_init(): depth=%d\n", td->o.iodepth)); in fio_guasi_init()
223 maxthr = td->o.iodepth > GFIO_MIN_THREADS ? td->o.iodepth: GFIO_MIN_THREADS; in fio_guasi_init()
231 ld->max_reqs = td->o.iodepth; in fio_guasi_init()
239 GDBG_PRINT(("fio_guasi_init(): depth=%d -> %p\n", td->o.iodepth, ld)); in fio_guasi_init()
Dnull.c101 if (td->o.iodepth != 1) { in fio_null_init()
102 nd->io_us = (struct io_u **) malloc(td->o.iodepth * sizeof(struct io_u *)); in fio_null_init()
103 memset(nd->io_us, 0, td->o.iodepth * sizeof(struct io_u *)); in fio_null_init()
Dsg.c329 sd->cmds = malloc(td->o.iodepth * sizeof(struct sgio_cmd)); in fio_sgio_init()
330 memset(sd->cmds, 0, td->o.iodepth * sizeof(struct sgio_cmd)); in fio_sgio_init()
331 sd->events = malloc(td->o.iodepth * sizeof(struct io_u *)); in fio_sgio_init()
332 memset(sd->events, 0, td->o.iodepth * sizeof(struct io_u *)); in fio_sgio_init()
337 sd->sgbuf = malloc(sizeof(struct sg_io_hdr) * td->o.iodepth); in fio_sgio_init()
338 memset(sd->sgbuf, 0, sizeof(struct sg_io_hdr) * td->o.iodepth); in fio_sgio_init()
Dbinject.c397 bd->cmds = malloc(td->o.iodepth * sizeof(struct b_user_cmd)); in fio_binject_init()
398 memset(bd->cmds, 0, td->o.iodepth * sizeof(struct b_user_cmd)); in fio_binject_init()
400 bd->events = malloc(td->o.iodepth * sizeof(struct io_u *)); in fio_binject_init()
401 memset(bd->events, 0, td->o.iodepth * sizeof(struct io_u *)); in fio_binject_init()
Drdma.c314 int qp_depth = td->o.iodepth * 2; /* 2 times of io depth */ in fio_rdmaio_setup_qp()
694 if (rd->io_u_queued_nr == (int)td->o.iodepth) in fio_rdmaio_queue()
785 rd->send_buf.nr = htonl(td->o.iodepth); in fio_rdmaio_connect()
1132 rd->io_us_queued = malloc(td->o.iodepth * sizeof(struct io_u *)); in fio_rdmaio_init()
1133 memset(rd->io_us_queued, 0, td->o.iodepth * sizeof(struct io_u *)); in fio_rdmaio_init()
1136 rd->io_us_flight = malloc(td->o.iodepth * sizeof(struct io_u *)); in fio_rdmaio_init()
1137 memset(rd->io_us_flight, 0, td->o.iodepth * sizeof(struct io_u *)); in fio_rdmaio_init()
1140 rd->io_us_completed = malloc(td->o.iodepth * sizeof(struct io_u *)); in fio_rdmaio_init()
1141 memset(rd->io_us_completed, 0, td->o.iodepth * sizeof(struct io_u *)); in fio_rdmaio_init()
Dlibaio.c186 if (ld->queued == td->o.iodepth) in fio_libaio_queue()
343 err = io_queue_init(td->o.iodepth, &ld->aio_ctx); in fio_libaio_init()
351 ld->entries = td->o.iodepth; in fio_libaio_init()
/external/autotest/client/site_tests/platform_CryptohomeFio/
Dseq_write16 ; iodepth=4
17 iodepth=1
Dseq_read16 ; iodepth=4
17 iodepth=1
/external/fio/t/jobs/
Dt0009-f8b0bd10.fio12 iodepth=170
13 #iodepth=96
Dt0003-0ae2c6e1-pre.fio5 iodepth=128
Dt0002-13af05ae-pre5 iodepth=128
Dt0002-13af05ae-post5 iodepth=128

1234