HomeSort by relevance Sort by last modified time
    Searched refs:queue_full (Results 1 - 3 of 3) sorted by null

  /external/fio/
ioengine.h 214 int queue_full(struct thread_data *);
backend.c 592 full = queue_full(td) || (ret == FIO_Q_BUSY && td->cur_depth);
859 full = queue_full(td) || (ret == FIO_Q_BUSY && td->cur_depth);
    [all...]
io_u.c 1284 int queue_full(struct thread_data *td) function
1305 else if (!queue_full(td)) {
    [all...]

Completed in 1796 milliseconds