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

  /external/fio/
ioengine.h 186 extern int __must_check td_io_commit(struct thread_data *);
ioengines.c 231 * td->done is set to 1 after td_io_commit(). In this case,
350 r = td_io_commit(td);
391 int td_io_commit(struct thread_data *td) function
backend.c 320 if (td_io_commit(td))
612 ret2 = td_io_commit(td);
894 ret2 = td_io_commit(td);
    [all...]
io_u.c 538 ret = td_io_commit(td);
    [all...]

Completed in 211 milliseconds