Searched refs:verify_state_should_stop (Results 1 – 3 of 3) sorted by relevance
64 extern int verify_state_should_stop(struct thread_data *, struct io_u *);
705 if (verify_state_should_stop(td, io_u)) { in do_verify()940 if (verify_state_should_stop(td, io_u)) { in do_io()
1849 int verify_state_should_stop(struct thread_data *td, struct io_u *io_u) in verify_state_should_stop() function