HomeSort by relevance Sort by last modified time
    Searched refs:io_u_sync_complete (Results 1 - 3 of 3) sorted by null

  /external/fio/
ioengine.h 208 extern int __must_check io_u_sync_complete(struct thread_data *, struct io_u *, uint64_t *);
backend.c 317 if (io_u_sync_complete(td, io_u, NULL) < 0)
603 ret = io_u_sync_complete(td, io_u, bytes_done);
875 ret = io_u_sync_complete(td, io_u, bytes_done);
1292 ret = io_u_sync_complete(td, io_u, bytes_done);
    [all...]
io_u.c 1757 int io_u_sync_complete(struct thread_data *td, struct io_u *io_u, function
    [all...]

Completed in 163 milliseconds