to_wait            52 drivers/iio/industrialio-buffer.c 			     size_t to_wait, int to_flush)
to_wait            63 drivers/iio/industrialio-buffer.c 		to_wait = min_t(size_t, to_wait, 1);
to_wait            69 drivers/iio/industrialio-buffer.c 	if (avail >= to_wait) {
to_wait            71 drivers/iio/industrialio-buffer.c 		if (!to_wait && avail < to_flush)
to_wait            79 drivers/iio/industrialio-buffer.c 						  to_wait - avail);
to_wait            83 drivers/iio/industrialio-buffer.c 	if (avail + flushed >= to_wait)
to_wait           109 drivers/iio/industrialio-buffer.c 	size_t to_wait;
to_wait           128 drivers/iio/industrialio-buffer.c 		to_wait = 0;
to_wait           130 drivers/iio/industrialio-buffer.c 		to_wait = min_t(size_t, n / datum_size, rb->watermark);
to_wait           139 drivers/iio/industrialio-buffer.c 		if (!iio_buffer_ready(indio_dev, rb, to_wait, n / datum_size)) {
to_wait          2937 fs/io_uring.c  	unsigned to_wait;
to_wait          2950 fs/io_uring.c  	return io_cqring_events(ctx->rings) >= iowq->to_wait ||
to_wait          2980 fs/io_uring.c  		.to_wait	= min_events,
to_wait           290 tools/io_uring/io_uring-bench.c 		int to_wait, to_submit, this_reap, to_prep;
to_wait           301 tools/io_uring/io_uring-bench.c 			to_wait = 0;
to_wait           303 tools/io_uring/io_uring-bench.c 			to_wait = min(s->inflight + to_submit, BATCH_COMPLETE);
to_wait           312 tools/io_uring/io_uring-bench.c 			if (to_wait)
to_wait           316 tools/io_uring/io_uring-bench.c 			ret = io_uring_enter(s->ring_fd, to_submit, to_wait,
to_wait           335 tools/io_uring/io_uring-bench.c 		} while (sq_thread_poll && this_reap < to_wait);