OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_u_queued_complete
(Results
1 - 3
of
3
) sorted by null
/external/fio/
ioengine.h
205
extern int __must_check
io_u_queued_complete
(struct thread_data *, int, uint64_t *);
backend.c
254
r =
io_u_queued_complete
(td, 0, NULL);
275
r =
io_u_queued_complete
(td, td->cur_depth, NULL);
305
if (
io_u_queued_complete
(td, 1, NULL) < 0)
608
if (
io_u_queued_complete
(td, min_events, bytes_done) < 0) {
624
ret =
io_u_queued_complete
(td, min_events, NULL);
875
ret =
io_u_queued_complete
(td, min_evts, bytes_done);
931
ret =
io_u_queued_complete
(td, i, bytes_done);
[
all
...]
io_u.c
548
ret =
io_u_queued_complete
(td, 1, NULL);
1780
int
io_u_queued_complete
(struct thread_data *td, int min_evts,
function
[
all
...]
Completed in 41 milliseconds