Home
last modified time | relevance | path

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

/external/fio/
Dioengine.h218 int queue_full(const struct thread_data *);
Dbackend.c424 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()
Dio_u.c1279 int queue_full(const struct thread_data *td) in queue_full() function
1303 else if (!queue_full(td)) { in __get_io_u()