Lines Matching defs:to_submit
290 int to_wait, to_submit, this_reap, to_prep;
298 to_submit = prepped;
300 if (to_submit && (s->inflight + to_submit <= DEPTH))
303 to_wait = min(s->inflight + to_submit, BATCH_COMPLETE);
316 ret = io_uring_enter(s->ring_fd, to_submit, to_wait,
340 to_submit = 0;
344 } else if (ret < to_submit) {
345 int diff = to_submit - ret;
360 to_submit = 0;