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

  /external/fio/
ioengines.h 76 extern int __must_check td_io_commit(struct thread_data *);
ioengines.c 219 * td->done is set to 1 after td_io_commit(). In this case,
344 r = td_io_commit(td);
385 int td_io_commit(struct thread_data *td) function
backend.c 302 if (td_io_commit(td))
315 if (td_io_commit(td))
545 ret2 = td_io_commit(td);
    [all...]
io_u.c 645 ret = td_io_commit(td);
    [all...]

Completed in 3179 milliseconds