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

  /external/fio/
io_u.h 135 extern int __must_check io_u_sync_complete(struct thread_data *, struct io_u *);
backend.c 312 if (io_u_sync_complete(td, io_u) < 0)
514 *ret = io_u_sync_complete(td, io_u);
1437 ret = io_u_sync_complete(td, io_u);
    [all...]
io_u.c 1934 int io_u_sync_complete(struct thread_data *td, struct io_u *io_u) function
    [all...]

Completed in 230 milliseconds