this_reap         290 tools/io_uring/io_uring-bench.c 		int to_wait, to_submit, this_reap, to_prep;
this_reap         326 tools/io_uring/io_uring-bench.c 		this_reap = 0;
this_reap         334 tools/io_uring/io_uring-bench.c 				this_reap += r;
this_reap         335 tools/io_uring/io_uring-bench.c 		} while (sq_thread_poll && this_reap < to_wait);
this_reap         336 tools/io_uring/io_uring-bench.c 		s->reaps += this_reap;
this_reap         358 tools/io_uring/io_uring-bench.c 				if (this_reap)
this_reap         566 tools/io_uring/io_uring-bench.c 		unsigned long this_reap = 0;
this_reap         573 tools/io_uring/io_uring-bench.c 		this_reap += s->reaps;
this_reap         576 tools/io_uring/io_uring-bench.c 			ipc = (this_reap - reap) / (this_call - calls);
this_reap         585 tools/io_uring/io_uring-bench.c 		reap = this_reap;