OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dprint_io_u
(Results
1 - 4
of
4
) sorted by null
/external/fio/
ioengine.h
224
static inline void
dprint_io_u
(struct io_u *io_u, const char *p)
function
239
#define
dprint_io_u
(io_u, p)
macro
ioengines.c
205
dprint_io_u
(io_u, "prep");
269
dprint_io_u
(io_u, "queue");
io_u.c
788
dprint_io_u
(io_u, "fill_io_u");
[
all
...]
/external/fio/engines/
rdma.c
521
dprint_io_u
(io_u, "fio_rdmaio_event");
642
dprint_io_u
(io_us[i], "fio_rdmaio_send");
700
dprint_io_u
(io_u, "fio_rdmaio_queue");
Completed in 731 milliseconds