Home
last modified time | relevance | path

Searched refs:verify_state_should_stop (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dverify-state.h64 extern int verify_state_should_stop(struct thread_data *, struct io_u *);
Dbackend.c705 if (verify_state_should_stop(td, io_u)) { in do_verify()
940 if (verify_state_should_stop(td, io_u)) { in do_io()
Dverify.c1849 int verify_state_should_stop(struct thread_data *td, struct io_u *io_u) in verify_state_should_stop() function