Searched refs:quiet (Results 101 - 103 of 103) sorted by path

12345

/linux-master/tools/testing/selftests/net/
H A Dnettest.c144 static int quiet; variable
165 if (quiet)
183 if (quiet)
201 if (quiet)
219 if (quiet)
1322 log_msg("Going into quiet mode\n");
1323 quiet = 1;
2006 " -q Be quiet. Run test without printing anything.\n"
2175 quiet = 1;
/linux-master/tools/tracing/rtla/src/
H A Dosnoise_top.c39 int quiet; member in struct:osnoise_top_params
260 if (!params->quiet)
303 " -q/--quiet print only a summary at the end",
376 {"quiet", no_argument, 0, 'q'},
469 params->quiet = 1;
752 if (!params->quiet)
H A Dtimerlat_top.c37 int quiet; member in struct:timerlat_top_params
312 if (!params->quiet)
359 " -q/--quiet print only a summary at the end",
423 {"quiet", no_argument, 0, 'q'},
541 params->quiet = 1;
914 if (!params->quiet)

Completed in 222 milliseconds

12345