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

  /external/fio/
ioengine.h 203 extern struct io_u *__get_io_u(struct thread_data *);
backend.c 288 struct io_u *io_u = __get_io_u(td);
503 io_u = __get_io_u(td);
    [all...]
io_u.c 1291 struct io_u *__get_io_u(struct thread_data *td) function
1439 io_u = __get_io_u(td);
1441 dprint(FD_IO, "__get_io_u failed\n");
    [all...]

Completed in 244 milliseconds