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

  /external/fio/
verify.h 78 extern int __must_check get_next_verify(struct thread_data *td, struct io_u *);
backend.c 507 if (get_next_verify(td, io_u)) {
    [all...]
io_u.c 1380 if (get_verify && !get_next_verify(td, io_u)) {
    [all...]
verify.c 1061 int get_next_verify(struct thread_data *td, struct io_u *io_u) function
1131 dprint(FD_VERIFY, "get_next_verify: ret io_u %p\n", io_u);
1142 dprint(FD_VERIFY, "get_next_verify: empty\n");
    [all...]

Completed in 83 milliseconds