HomeSort by relevance Sort by last modified time
    Searched full:ioengine (Results 51 - 65 of 65) sorted by null

1 23

  /external/fio/profiles/
tiobench.c 17 "ioengine=sync",
act.c 66 "ioengine=sync",
238 if (act_add_opt("ioengine=libaio"))
  /external/fio/
thread_options.h 41 char *ioengine; member in struct:thread_options
268 uint8_t ioengine[FIO_TOP_STR_MAX]; member in struct:thread_options_pack
cconv.c 32 free(o->ioengine);
58 string_to_cpu(&o->ioengine, top->ioengine);
263 string_to_net(top->ioengine, o->ioengine);
init.c 652 " the synchronous ioengines. Use the 'windowsaio' ioengine"
820 * Initializes the ioengine configured for a job, if it has not been done so
832 if (!td->o.ioengine) {
837 engine = get_engine_name(td->o.ioengine);
847 * This requires that the parent thread has the same ioengine,
1173 log_info("ioengine=%s, iodepth=%u\n",
    [all...]
README 147 --enghelp=engine Print ioengine help, or list available ioengines
148 --enghelp=engine,cmd Print help for an ioengine cmd
HOWTO 142 ioengine=libaio
160 $ fio --name=random-writers --ioengine=libaio --iodepth=4 --rw=randwrite --bs=32k --direct=0 --size=64m --numjobs=4
272 the ioengine used is 'net', the filename is the host, port,
274 See ioengine=net for more. If the ioengine is file based, you
596 ioengine=str Defines how the job issues io to the file. The following
674 simulate data transfer as fio ioengine.
685 filename, eg ioengine=external:/tmp/foo.o
686 to load ioengine foo.o in /tmp.
    [all...]
fio.1 508 .BI ioengine \fR=\fPstr
528 Linux native asynchronous I/O. This ioengine defines engine specific options.
563 This ioengine defines engine specific options.
567 and send/receive. This ioengine defines engine specific options.
589 transfer as fio ioengine
603 without the need to use the kernel rbd driver. This ioengine defines engine specific
    [all...]
fio.h 28 #include "ioengine.h"
gfio.c 136 multitext_update_entry(&ge->eta.ioengine, 0, "");
    [all...]
gclient.c 622 multitext_add_entry(&ge->eta.ioengine, (const char *) o->ioengine);
629 multitext_set_entry(&ge->eta.ioengine, 0);
    [all...]
options.c 1433 .name = "ioengine",
1436 .off1 = td_var_offset(ioengine),
    [all...]
filesetup.c 778 * if ioengine defines a setup() method, it's responsible for
  /external/fio/tools/
genfio 125 ioengine=libaio
  /external/fio/engines/
rdma.c 13 * Exchanging steps of RDMA ioengine control messages:

Completed in 255 milliseconds

1 23