Searched refs:verify_state_should_stop (Results 1 – 3 of 3) sorted by relevance
127 extern int verify_state_should_stop(struct thread_data *, struct io_u *);
557 if (verify_state_should_stop(td, io_u)) { in do_verify()806 if (verify_state_should_stop(td, io_u)) { in do_io()
1540 int verify_state_should_stop(struct thread_data *td, struct io_u *io_u) in verify_state_should_stop() function