this_call         567 tools/io_uring/io_uring-bench.c 		unsigned long this_call = 0;
this_call         572 tools/io_uring/io_uring-bench.c 		this_call += s->calls;
this_call         574 tools/io_uring/io_uring-bench.c 		if (this_call - calls) {
this_call         575 tools/io_uring/io_uring-bench.c 			rpc = (this_done - done) / (this_call - calls);
this_call         576 tools/io_uring/io_uring-bench.c 			ipc = (this_reap - reap) / (this_call - calls);
this_call         584 tools/io_uring/io_uring-bench.c 		calls = this_call;