max_open_handles   51 source4/torture/gentest.c 	uint_t max_open_handles;
max_open_handles  159 source4/torture/gentest.c 	for (h=0;h<options.max_open_handles;h++) {
max_open_handles  305 source4/torture/gentest.c 	for (i=0;i<options.max_open_handles;i++) {
max_open_handles  323 source4/torture/gentest.c 	for (i=0;i<options.max_open_handles;i++) {
max_open_handles  341 source4/torture/gentest.c 	for (h=0;h<options.max_open_handles;h++) {
max_open_handles  344 source4/torture/gentest.c 	if (h == options.max_open_handles) {
max_open_handles  346 source4/torture/gentest.c 		h = random() % options.max_open_handles;
max_open_handles  377 source4/torture/gentest.c 	for (h=0;h<options.max_open_handles;h++) {
max_open_handles  380 source4/torture/gentest.c 	if (h == options.max_open_handles) {
max_open_handles  382 source4/torture/gentest.c 		h = random() % options.max_open_handles;
max_open_handles  414 source4/torture/gentest.c 	for (h=0;h<options.max_open_handles;h++) {
max_open_handles  435 source4/torture/gentest.c 	for (h=0;h<options.max_open_handles;h++) {
max_open_handles  486 source4/torture/gentest.c 	while (num_open_handles > 0 && count++ < 10*options.max_open_handles) {
max_open_handles  487 source4/torture/gentest.c 		h = random() % options.max_open_handles;
max_open_handles 2907 source4/torture/gentest.c 	memset(open_handles, 0, options.max_open_handles * sizeof(open_handles[0]));
max_open_handles 3048 source4/torture/gentest.c 	open_handles = calloc(options.max_open_handles, sizeof(open_handles[0]));
max_open_handles 3172 source4/torture/gentest.c 	options.max_open_handles = 20;