curr_counts       160 source4/torture/raw/tconrate.c 	int *curr_counts = map_count_buffer(nprocs, sizeof(int));
curr_counts       168 source4/torture/raw/tconrate.c 	torture_assert(tctx, curr_counts, "allocation failure");
curr_counts       173 source4/torture/raw/tconrate.c 		fork_tcon_client(tctx, &curr_counts[i], timelimit, host, share);
curr_counts       182 source4/torture/raw/tconrate.c 			delta += curr_counts[i] - last_counts[i];
curr_counts       188 source4/torture/raw/tconrate.c 		memcpy(last_counts, curr_counts, nprocs * sizeof(int));
curr_counts       195 source4/torture/raw/tconrate.c 		delta += curr_counts[i];