OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ioengine
(Results
1 - 20
of
20
) sorted by null
/external/fio/engines/
glusterfs_sync.c
74
static struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
92
register_ioengine(&
ioengine
);
97
unregister_ioengine(&
ioengine
);
skeleton_external.c
129
* dlsym(..., "
ioengine
");
131
struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
cpu.c
90
log_info("%s:
ioengine
=cpu, cpuload=%u, cpucycle=%u\n", td->o.name,
102
static struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
115
register_ioengine(&
ioengine
);
120
unregister_ioengine(&
ioengine
);
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
);
fusion-aw.c
165
static struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
177
register_ioengine(&
ioengine
);
182
unregister_ioengine(&
ioengine
);
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
...]
glusterfs_async.c
164
static struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
185
register_ioengine(&
ioengine
);
190
unregister_ioengine(&
ioengine
);
mmap.c
265
static struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
279
register_ioengine(&
ioengine
);
284
unregister_ioengine(&
ioengine
);
solarisaio.c
211
static struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
228
register_ioengine(&
ioengine
);
233
unregister_ioengine(&
ioengine
);
splice.c
291
static struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
305
register_ioengine(&
ioengine
);
310
unregister_ioengine(&
ioengine
);
e4defrag.c
2
* ioe_e4defrag:
ioengine
for git://git.kernel.dk/fio.git
187
static struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
204
register_ioengine(&
ioengine
);
209
unregister_ioengine(&
ioengine
);
guasi.c
244
static struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
262
register_ioengine(&
ioengine
);
267
unregister_ioengine(&
ioengine
);
posixaio.c
243
static struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
260
register_ioengine(&
ioengine
);
265
unregister_ioengine(&
ioengine
);
binject.c
413
static struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
437
log_err("fio:
ioengine
binject not available\n");
441
static struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
451
register_ioengine(&
ioengine
);
456
unregister_ioengine(&
ioengine
);
libaio.c
361
static struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
381
register_ioengine(&
ioengine
);
386
unregister_ioengine(&
ioengine
);
rbd.c
528
static struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
547
register_ioengine(&
ioengine
);
552
unregister_ioengine(&
ioengine
);
sg.c
371
log_err("
ioengine
sg only works on block devices\n");
402
static struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
426
log_err("fio:
ioengine
sg not available\n");
430
static struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
440
register_ioengine(&
ioengine
);
445
unregister_ioengine(&
ioengine
);
windowsaio.c
430
static struct ioengine_ops
ioengine
= {
variable in typeref:struct:ioengine_ops
447
register_ioengine(&
ioengine
);
452
unregister_ioengine(&
ioengine
);
/external/fio/
gfio.h
23
struct multitext_widget
ioengine
;
member in struct:eta_widget
thread_options.h
45
char *
ioengine
;
member in struct:thread_options
274
uint8_t
ioengine
[FIO_TOP_STR_MAX];
member in struct:thread_options_pack
Completed in 373 milliseconds