Searched refs:cur_depth (Results 1 – 6 of 6) sorted by relevance
242 if (max > td->cur_depth) in td_io_getevents()243 max = td->cur_depth; in td_io_getevents()395 dprint(FD_IO, "calling ->commit(), depth %d\n", td->cur_depth); in td_io_commit()397 if (!td->cur_depth || !td->io_u_queued) in td_io_commit()
535 if (td->io_u_queued || td->cur_depth) { in io_u_quiesce()691 td->cur_depth--; in put_io_u()718 td->cur_depth--; in requeue_io_u()838 switch (td->cur_depth) { in io_u_mark_depth()1288 return td->cur_depth >= td->latency_qd; in queue_full()1320 td->cur_depth++; in __get_io_u()1798 else if (min_evts > td->cur_depth) in io_u_queued_complete()1799 min_evts = td->cur_depth; in io_u_queued_complete()
278 if (td->cur_depth) in cleanup_pending_aio()279 r = io_u_queued_complete(td, td->cur_depth, NULL); in cleanup_pending_aio()431 min_evts = min(td->o.iodepth_batch_complete, td->cur_depth); in wait_for_completions()444 } while (full && (td->cur_depth > td->o.iodepth_low)); in wait_for_completions()631 full = queue_full(td) || (ret == FIO_Q_BUSY && td->cur_depth); in do_verify()642 min_events = td->cur_depth; in do_verify()913 full = queue_full(td) || (ret == FIO_Q_BUSY && td->cur_depth); in do_io()963 i = td->cur_depth; in do_io()
196 unsigned int cur_depth; member
658 td->cur_depth--; in verify_io_u_async()
59 unsigned int cur_depth[2]; member1494 if (pdi->cur_depth[w]) in dump_trace_pc()1495 pdi->cur_depth[w]--; in dump_trace_pc()1501 pdi->cur_depth[w]++; in dump_trace_pc()1502 if (pdi->cur_depth[w] > pdi->max_depth[w]) in dump_trace_pc()1503 pdi->max_depth[w] = pdi->cur_depth[w]; in dump_trace_pc()1507 if (pdi->cur_depth[w]) in dump_trace_pc()1508 pdi->cur_depth[w]--; in dump_trace_pc()1556 if (pdi->cur_depth[w]) in dump_trace_fs()1557 pdi->cur_depth[w]--; in dump_trace_fs()[all …]