max_runtime       208 source4/smbd/server.c 	int max_runtime = 0;
max_runtime       222 source4/smbd/server.c 		{"maximum-runtime",0, POPT_ARG_INT, &max_runtime, 0, 
max_runtime       340 source4/smbd/server.c 	if (max_runtime) {
max_runtime       342 source4/smbd/server.c 				 timeval_current_ofs(max_runtime, 0),
max_runtime       457 source4/torture/smbtorture.c 	int max_runtime=0;
max_runtime       499 source4/torture/smbtorture.c 		{"maximum-runtime", 0, POPT_ARG_INT, &max_runtime, 0, 
max_runtime       566 source4/torture/smbtorture.c 	if (max_runtime) {
max_runtime       573 source4/torture/smbtorture.c 		alarm(max_runtime);