OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_u_sync_complete
(Results
1 - 3
of
3
) sorted by null
/external/fio/
ioengine.h
204
extern int __must_check
io_u_sync_complete
(struct thread_data *, struct io_u *, uint64_t *);
backend.c
313
if (
io_u_sync_complete
(td, io_u, NULL) < 0)
564
ret =
io_u_sync_complete
(td, io_u, bytes_done);
821
ret =
io_u_sync_complete
(td, io_u, bytes_done);
1247
ret =
io_u_sync_complete
(td, io_u, bytes_done);
[
all
...]
io_u.c
1751
int
io_u_sync_complete
(struct thread_data *td, struct io_u *io_u,
function
[
all
...]
Completed in 36 milliseconds