Searched refs:queue_full (Results 1 – 3 of 3) sorted by relevance
218 int queue_full(const struct thread_data *);
424 const int full = queue_full(td); in wait_for_completions()631 full = queue_full(td) || (ret == FIO_Q_BUSY && td->cur_depth); in do_verify()913 full = queue_full(td) || (ret == FIO_Q_BUSY && td->cur_depth); in do_io()
1279 int queue_full(const struct thread_data *td) in queue_full() function1303 else if (!queue_full(td)) { in __get_io_u()