Searched refs:quiet (Results 1 - 25 of 104) sorted by last modified time

12345

/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c623 int quiet; local
631 quiet = 1;
634 quiet = 0;
685 if (!success && !quiet)
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh2221 if systemctl is-active --quiet lldpad; then
/linux-master/tools/testing/selftests/bpf/
H A Dveristat.c146 bool quiet; member in struct:env
219 { "quiet", 'q', NULL, 0, "Quiet mode" },
257 env.quiet = true;
973 if (!env.quiet) {
979 if (!env.quiet) {
1078 if (!env.quiet && env.out_fmt == RESFMT_TABLE)
2117 if (env.verbose && env.quiet) {
2118 fprintf(stderr, "Verbose and quiet modes are incompatible, please specify just one or neither!\n\n");
H A Dbench.c19 .quiet = false,
266 { "quiet", 'q', NULL, 0, "Be more quiet"},
346 env.quiet = true;
625 if (!env.quiet)
680 if (!env.quiet)
/linux-master/tools/bpf/bpftool/
H A Dmain.h143 int open_obj_pinned(const char *path, bool quiet);
H A Dcommon.c196 int open_obj_pinned(const char *path, bool quiet) argument
203 if (!quiet)
210 if (!quiet)
/linux-master/rust/
H A DMakefile47 ifeq ($(quiet),silent_)
52 else ifeq ($(quiet),quiet_)
/linux-master/net/wireless/
H A Dnl80211.c19350 u8 count, bool quiet)
19379 if (quiet &&
19441 bool quiet)
19455 count, quiet);
19344 nl80211_ch_switch_notify(struct cfg80211_registered_device *rdev, struct net_device *netdev, unsigned int link_id, struct cfg80211_chan_def *chandef, gfp_t gfp, enum nl80211_commands notif, u8 count, bool quiet) argument
19438 cfg80211_ch_switch_started_notify(struct net_device *dev, struct cfg80211_chan_def *chandef, unsigned int link_id, u8 count, bool quiet) argument
/linux-master/include/net/
H A Dcfg80211.h8837 * @quiet: whether or not immediate quiet was requested by the AP
8846 bool quiet);
/linux-master/drivers/md/bcache/
H A Dsuper.c2525 bool quiet = false; local
2592 quiet = true;
2657 if (!quiet)
/linux-master/drivers/ata/
H A Dlibata-core.c3355 int quiet, highbit; local
3357 quiet = !!(sel & ATA_DNXFER_QUIET);
3406 if (!quiet) {
/linux-master/block/
H A Dblk-mq.c870 bool quiet = req->rq_flags & RQF_QUIET; local
891 if (unlikely(error && !blk_rq_is_passthrough(req) && !quiet) &&
920 if (unlikely(quiet))
/linux-master/
H A DMakefile86 quiet = quiet_ macro
90 quiet = macro
105 quiet=silent_ macro
109 export quiet Q KBUILD_VERBOSE
1348 ifeq ($(quiet),silent_)
/linux-master/drivers/accessibility/speakup/
H A Dmain.c53 module_param_named(quiet, spk_quiet_boot, bool, 0444);
56 MODULE_PARM_DESC(quiet, "Do not announce when the synthesizer is found.");
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c232 unsigned int quiet; variable
367 if (!quiet)
1662 " -q, --quiet skip decoding system configuration header\n"
5310 if (quiet)
5344 if (quiet)
5892 if (!quiet)
5918 if (!quiet)
6068 if (quiet)
6124 if (!quiet) {
6228 if (quiet)
[all...]
/linux-master/fs/ubifs/
H A Dubifs.h1763 int lnum, int offs, int quiet, int must_chk_crc);
1779 int offs, void *sbuf, int quiet);
1782 int offs, int quiet);
/linux-master/tools/tracing/rtla/src/
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)
/linux-master/tools/perf/util/
H A Ddebug.c38 bool dump_trace = false, quiet = false; variable
H A Ddebug.h14 extern bool quiet, dump_trace;
/linux-master/tools/perf/tests/shell/common/
H A Dcheck_no_patterns_found.pl6 $quiet = 1;
7 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
29 print "Regexp found: \"$r\"\n" unless $quiet;
H A Dcheck_all_lines_matched.pl9 $quiet = 1;
10 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
33 print "Line did not match any pattern: \"$_\"\n" unless $quiet;
H A Dcheck_all_patterns_found.pl6 $quiet = 1;
7 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
29 print "Regexp not found: \"$r\"\n" unless $quiet;
/linux-master/tools/perf/
H A Dbuiltin-stat.c978 if (quiet)
1285 OPT_BOOLEAN(0, "quiet", &quiet,
2605 if (!output && !quiet) {
H A Dbuiltin-report.c484 if (quiet)
558 if (!quiet) {
581 hists__fprintf(hists, !quiet, 0, 0, rep->min_percent, stdout,
587 if (!quiet)
1314 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"),
1538 if (quiet)
1725 if ((report.header || report.header_only) && !quiet) {
1739 } else if (use_browser == 0 && !quiet &&
H A Dbuiltin-record.c1866 if (!quiet) {
2695 if (!quiet)
2791 if (!quiet)
2852 if (!err && !quiet) {
3431 OPT_BOOLEAN('q', "quiet", &quiet, "don't print any warnings or messages"),
4010 if (quiet)

Completed in 542 milliseconds

12345