HomeSort by relevance Sort by last modified time
    Searched full:do_io_u_sync (Results 1 - 6 of 6) sorted by null

  /external/fio/engines/
sync.c 118 ret = do_io_u_sync(td, io_u);
149 ret = do_io_u_sync(td, io_u);
171 ret = do_io_u_sync(td, io_u);
191 ret = do_io_u_sync(td, io_u);
262 int ret = do_io_u_sync(td, io_u);
posixaio.c 195 do_io_u_sync(td, io_u);
splice.c 227 ret = do_io_u_sync(td, io_u);
libaio.c 201 do_io_u_sync(td, io_u);
  /external/fio/
io_u.h 147 int do_io_u_sync(const struct thread_data *, struct io_u *);
io_u.c 2111 int do_io_u_sync(const struct thread_data *td, struct io_u *io_u) function
    [all...]

Completed in 236 milliseconds