OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DDIR_WRITE
(Results
26 - 27
of
27
) sorted by null
1
2
/external/fio/
gclient.c
612
c2 = fio_uint_to_kmg(o->max_bs[
DDIR_WRITE
]);
614
c4 = fio_uint_to_kmg(o->max_bs[
DDIR_WRITE
]);
[
all
...]
/external/fio/engines/
rdma.c
1153
max_bs = max(td->o.max_bs[DDIR_READ], td->o.max_bs[
DDIR_WRITE
]);
Completed in 57 milliseconds
1
2