OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ioengine
(Results
1 - 25
of
65
) sorted by null
1
2
3
/external/fio/examples/
cpuio.fio
2
ioengine
=cpuio
null.fio
6
ioengine
=null
rdmaio-server.fio
3
ioengine
=rdma
rdmaio-client.fio
3
ioengine
=rdma
e4defrag.fio
2
ioengine
=e4defrag
23
ioengine
=e4defrag
31
ioengine
=libaio
falloc.fio
2
ioengine
=falloc
35
ioengine
=libaio
46
ioengine
=sync
aio-read.fio
3
ioengine
=libaio
disk-zone-profile.fio
8
ioengine
=libaio
fsx.fio
4
ioengine
=libaio
zipf.fio
5
ioengine
=null
flow.fio
9
ioengine
=libaio
fusion-aw-sync.fio
5
ioengine
=fusion-aw-sync
netio_multicast.fio
3
ioengine
=net
rbd.fio
14
ioengine
=rbd
surface-scan.fio
7
ioengine
=sync
/external/fio/t/jobs/
t0001-52c58027.fio
6
ioengine
=null
t0003-0ae2c6e1-pre.fio
2
ioengine
=libaio
t0005-f7078f7b.fio
5
ioengine
=sync
t0006-82af2a7c.fio
7
ioengine
=libaio
t0002-13af05ae-post
2
ioengine
=libaio
t0002-13af05ae-pre
2
ioengine
=libaio
t0003-0ae2c6e1-post.fio
4
ioengine
=libaio
t0004-8a99fdf6.fio
4
ioengine
=libaio
/external/fio/engines/
null.c
112
static struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
127
register_ioengine(&
ioengine
);
132
unregister_ioengine(&
ioengine
);
141
struct ioengine_ops *
ioengine
;
local
144
ioengine
= *ioengine_ptr;
146
strcpy(
ioengine
->name, "cpp_null");
147
ioengine
->version = FIO_IOOPS_VERSION;
148
ioengine
->queue = fio_null_queue;
149
ioengine
->commit = fio_null_commit;
150
ioengine
->getevents = fio_null_getevents
[
all
...]
falloc.c
2
* falloc:
ioengine
for git://git.kernel.dk/fio.git
5
* as fio
ioengine
.
96
static struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
108
register_ioengine(&
ioengine
);
113
unregister_ioengine(&
ioengine
);
Completed in 216 milliseconds
1
2
3