Searched refs:iodepth (Results 1 – 25 of 87) sorted by relevance
1234
/external/autotest/client/site_tests/hardware_StorageFio/ |
D | vendor_perf_fill_device | 44 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 …]
|
D | bvt_job | 17 iodepth=4 22 iodepth=4 27 iodepth=1 32 iodepth=1
|
D | seq_write | 16 ; iodepth=4 17 iodepth=1
|
D | seq_read | 16 ; iodepth=4 17 iodepth=1
|
/external/fio/examples/ |
D | iometer-file-access-server.fio | 13 # iodepth=1 Linear 14 # iodepth=4 Very Light 15 # iodepth=8 Light 16 # iodepth=64 Moderate 17 # iodepth=256 Heavy 18 iodepth=64
|
D | aio-read.fio | 11 iodepth=4 14 iodepth=32 17 iodepth=8 20 iodepth=16
|
D | falloc.fio | 3 iodepth=1 37 iodepth=128 48 iodepth=1
|
D | e4defrag2.fio | 66 iodepth=128 80 iodepth=128
|
D | ssd-steadystate.fio | 26 iodepth=16 34 iodepth=32
|
D | rdmaio-server.fio | 10 iodepth=16
|
D | rdmaio-client.fio | 10 iodepth=1
|
D | fsx.fio | 5 iodepth=1
|
D | disk-zone-profile.fio | 9 iodepth=2
|
/external/fio/engines/ |
D | guasi.c | 123 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()
|
D | null.c | 101 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()
|
D | sg.c | 329 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()
|
D | binject.c | 397 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()
|
D | rdma.c | 314 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()
|
D | libaio.c | 186 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/ |
D | seq_write | 16 ; iodepth=4 17 iodepth=1
|
D | seq_read | 16 ; iodepth=4 17 iodepth=1
|
/external/fio/t/jobs/ |
D | t0009-f8b0bd10.fio | 12 iodepth=170 13 #iodepth=96
|
D | t0003-0ae2c6e1-pre.fio | 5 iodepth=128
|
D | t0002-13af05ae-pre | 5 iodepth=128
|
D | t0002-13af05ae-post | 5 iodepth=128
|
1234